import { ICacheLayerOptions } from '../models/index';
export declare class CacheLayerOptions implements ICacheLayerOptions {
readonly type?: string;
readonly folderPath?: string;
readonly loader: string;
constructor(options?: Partial<ICacheLayerOptions>);
}