import { SetupContext } from "./flow/types.js"; export declare function promptConfirmation(messageText: string, options?: { defaultValue?: boolean; }): Promise; export declare function resolvePromptText(preset: SetupContext["selectedPromptPreset"], customPrompt?: string): string; //# sourceMappingURL=prompts.d.ts.map