export declare const EXAMPLE_ETHEREUM_KEY_DTO: KeyDTO; export declare class KeyDTO { address?: string; pub: string; feeDelegationEnabled?: boolean; keyFile?: string; keyId?: string; }