export declare const Name: (name: string) => string;
export declare function getOCSPHashes(certPath: string, issuerCertPath: string, algo?: string, disableFilePathValidation?: boolean): Promise<unknown>;
