export declare function generateKeypair(): Promise<{ publicKey: Uint8Array; secretKey: Uint8Array; }>; //# sourceMappingURL=generateKeypair.d.ts.map