export declare function generateRSAKeys(bits?: number): {
    publicKey: string;
    privateKey: string;
};
//# sourceMappingURL=keygen.d.ts.map