export interface ICertificateInfo {
    Certificate: string;
    PrivateKey: string;
}
export interface IP12DecoderInput {
    P12FilePath: string;
    P12FilePassword: string;
}
export declare const run: (info: IP12DecoderInput) => ICertificateInfo;
//# sourceMappingURL=apns-cert-p12decoder.d.ts.map