import { AbstractHttpCache } from "./AbstractHttpCache"; export declare class FileHttpCache extends AbstractHttpCache { constructor(); }