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