import * as NodeRSA from 'node-rsa';
import { OperatorFunction } from 'rxjs';
export declare const getKeySize: () => OperatorFunction<NodeRSA, number>;
