export declare const CLI_PROJECT_MODES: readonly ["cordova"];
export declare function isCordovaMode(mode?: string): boolean;
