export declare const caches: {
    stores: {
        name: string;
        store: string;
        max: number;
        ttl: number;
    }[];
};
