import Client from "../../client/index.js"; import { GroupConfigOptions } from "../../typings/interface.js"; import { Cacher } from "./Cacher.js"; export default function createCacheManager(input: Record, client: Client): Cacher; //# sourceMappingURL=index.d.ts.map