import * as crypto from 'crypto';
export declare const importPrivateKey: (pkcs1Pem: string) => Promise<crypto.webcrypto.CryptoKey>;
