export type HttpGet = (url: string) => Promise; export declare function cacheTtlMs(): number; export declare function cacheDir(): string; export declare const fetchText: HttpGet;