import { ICacherInstance, ICacherOptions } from "./types";
export default function (options: ICacherOptions): ICacherInstance;
