import type { Buffer } from 'node:buffer'; import type { A1Certificate } from './types.js'; export declare function parsePfx(pfx: Buffer, password: string): A1Certificate; //# sourceMappingURL=parse.d.ts.map