/// export declare class Key { readonly buffer: Buffer; constructor(buffer: Buffer); toHex(): string; static fromHex(hex: string): Key; }