export declare function confirmAction(message: string): Promise<boolean>;
export declare function getInitAnswers(): Promise<any>;
export declare function getFilePathPrompts(adapter: string, enableCache: boolean, cacheType: string): Promise<any[]>;
