import GatsbyCache from "./cache";
export declare const getCache: (name: string) => GatsbyCache;
