import type { PublicCaseRecord } from './catalog'; export declare function caseCachePath(sha256: string, root?: string): string; export declare function verifySha256(buffer: Buffer, expected: string): void; export declare function fetchPublicCaseToCache(record: PublicCaseRecord, cacheRoot?: string): Promise;