import { Collection } from '@discordjs/collection';
export declare class CacheManager<K, V> extends Collection<K, V> {
    constructor();
}
