import type { ApiClient } from "../api/client.js"; import type { ElementIdentityResponse } from "@sudobility/testomniac_types"; export declare class IdentityCache { private runnerId; private api; private identities; constructor(runnerId: number, api: ApiClient); preload(): Promise; getAll(): ElementIdentityResponse[]; add(identity: ElementIdentityResponse): void; } //# sourceMappingURL=identity-cache.d.ts.map