export declare function generatePrivateKey(): string;
export declare function getPublicKey(privateKey: string): string;
