export type CertificateBundle = { certificate: string; privateKey: string; }; export declare const parseP12Certificate: (certificate: string, p12Password: string) => Promise; //# sourceMappingURL=p12.util.d.ts.map