export declare function checkCooldown(userId: string, command: string, cooldownTime: number): boolean;
