type ExecCommandType = 'cli' | 'script'; export declare function getExecCommand(type?: ExecCommandType): Promise; export declare function formatCommand(command: string): string; export declare function suggestCloudSupportCommand(action: 'enable' | 'disable'): Promise; export declare function suggestLintCommand(): Promise; export {};