export declare function stripPem(pem: string, removeNewlines?: boolean): string;
export declare function wrapPem(pem: string, type: string): string;
