export declare const pemToCert: (cert: string) => string;
export declare const certToPEM: (cert: Uint8Array) => string;
