export declare class RemoveDialog {
    private askAccount;
    run(allAccounts: any): Promise<string[]>;
}
