import { PfxLoad, PfxOptions } from './types';
declare const pfxLoad: (certPath: string, passphrase: string, _options?: PfxOptions) => PfxLoad;
export default pfxLoad;
