export declare class ConfigDialog {
    private static __getErrorMessage;
    private static validatePeer;
    private askPeer;
    private static validateAccount;
    private askAccount;
    run(): Promise<{
        peer: string;
        accounts: string[];
    }>;
}
