import { parseGuideBundleResponse } from '@auden.to/protocol'; export type CachedGuideBundle = ReturnType; /** * Return the cached bundle, or null when it is missing or unreadable — the * explanation is printed here, so callers only have to bail out. */ export declare function readGuidesCache(bundlePath?: string): Promise; //# sourceMappingURL=guides-cache.d.ts.map