export declare const askRegions: () => Promise; export declare const askCustomRegion: () => Promise; export declare function askStackAPIKey(): Promise; export declare function askBaseBranch(): Promise; export declare function askConfirmation(): Promise; export declare function inquireRequireFieldValidation(input: string): string | boolean; export declare function askEarlyAccessHeaderValue(): Promise; export declare function askEarlyAccessHeaderAlias(): Promise; export declare const askOrgID: () => Promise; export declare function askLogLevel(): Promise; export declare function askLogPath(): Promise; export declare function askProxyPassword(): Promise;