export declare function promptAppIdSecret(): Promise<{ appId: string; appSecret: string; }>; export declare function promptConfirmAppId(currentAppId: string): Promise; export declare function promptAppId(): Promise; export declare function promptAppSecret(): Promise; //# sourceMappingURL=prompts.d.ts.map