import { WalletDTO } from "./wallet.dto"; import { KeyDTO } from "./key.dto"; export declare const EXAMPLE_ETH_KLAY_MASTER_WALLET_DTO: MasterWalletDTO; export declare class MasterWalletDTO extends WalletDTO { accountKey: KeyDTO; encryptionKey: string; whitelistActivated: boolean; }