import { RSAKeyPair } from './types';
export declare function generateRSAKeys(bits?: number): RSAKeyPair;
//# sourceMappingURL=keygen.d.ts.map