export declare const assertInteractive: (message: string, hint?: string) => void; export declare const promptText: (label: string, defaultValue?: string) => Promise; export declare const promptConfirm: (label: string, defaultValue?: boolean) => Promise; export declare const promptSecret: (label: string, allowEmpty?: boolean) => Promise;