import { Collection } from 'discord.js'; import type { Command } from '../lib/structures/Command'; import type { Component } from '../lib/structures/Component'; export declare function CooldownHandler(userId: string, item: Command | Component, collection: Collection>): number | void; //# sourceMappingURL=CooldownHandler.d.ts.map