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