import { I4BytesEntry } from "./types";
export declare class TracerCache {
    tokenDecimals: Map<string, number>;
    contractNames: Map<string, string>;
    fourByteDir: Map<string, I4BytesEntry[]>;
    cachePath: string | undefined;
    setCachePath(cachePath: string): void;
    load(): void;
    save(): void;
    getTracerCachePath(): string;
}
//# sourceMappingURL=cache.d.ts.map