- export declare const ERROR_BASE_DIRECTORY_NOT_FOUND = "BASE_DIRECTORY_NOT_FOUND";
- export declare const ERROR_LOCAL_CLI_NOT_FOUND = "LOCAL_CLI_NOT_FOUND";
- export declare const ERROR_VERSION_TOO_OLD = "VERSION_TOO_OLD";
- export declare function detectLocalCLI(): Promise<string>;
|