import { util } from 'node-forge'; export declare function convertToPem(p12base64: string | util.ByteBuffer, password: string | undefined): { pemKey: string; pemCertificate: string; };