import type { ApiClient } from "../api/client.js"; import type { HtmlComponentType, ScaffoldResponse } from "@sudobility/testomniac_types"; export declare class ScaffoldCache { private cache; private runnerId; private api; constructor(runnerId: number, api: ApiClient); preload(): Promise; findOrCreate(type: HtmlComponentType, html: string, hash: string): Promise; get(hash: string): ScaffoldResponse | undefined; get size(): number; } //# sourceMappingURL=scaffold-cache.d.ts.map