export declare class Key { curve: string; publicPart: string; privatePart?: string; id: string; }