import { Logger } from 'winston'; export declare function promptForDirOrFile(options?: { currentPath?: string; type?: 'dir' | 'file'; logger?: Logger; createNew?: boolean; fileContent?: string; message?: string; }): Promise; export declare function promptForPrototype(availablePrototypes: string[]): Promise;