export declare const getConfigsListScene: (choices: string[]) => Promise<{ config: string; }>; export declare const getConfirmQuestion: () => Promise<{ confirm: boolean; }>;