/** * Prompt for confirmation. * * @param message - the message to be shown for confirmation. * @returns true if confirmed, otherwise false */ export declare function promptConfirmation(message: string): Promise; //# sourceMappingURL=prompt.d.ts.map