export declare function isInteractive(): boolean; export declare function selectOrDefault(question: string, choices: string[], defaultChoice: string): Promise; //# sourceMappingURL=prompt.d.ts.map