import type { DevToolsSys } from "../types";
export declare function getKhulnasoftCache(sys: DevToolsSys): Promise<any>;
export declare function setKhulnasoftCache(sys: DevToolsSys, cache: Record<string, any>): Promise<void>;
