import { GroupConfigOptions } from '../../typings/interface.js'; import Group from './Group.js'; export declare class Cacher { [key: string]: Group; constructor(input: Record); } //# sourceMappingURL=Cacher.d.ts.map