declare const stripCertHeaderAndFooter: (cert: string) => string;
declare function PubKeyInfo(pubKey: string): ({ prefix }: {
    prefix: any;
}) => string;
export { stripCertHeaderAndFooter, PubKeyInfo };
