export interface RSAKeys {
    privateKey: string;
    publicKey: string;
}
//# sourceMappingURL=rsa-keys.d.ts.map