export type WorkspaceChoices = { name: string; value: string; }; export declare function promptWorkspaceId(choices: WorkspaceChoices[], wording?: string): Promise; export declare function confirmFileRewrite(fileName: string): Promise; export declare function promptFileName(defaultFileName?: string): Promise; export declare function requestFilePath(): Promise; export declare function promptHostname(): Promise; //# sourceMappingURL=prompts.d.ts.map