export declare const EXAMPLE_KEY_DTO: KeyDTO; export declare class KeyDTO { address?: string; pub: string; keyFile?: string; }