import Bottleneck from 'bottleneck';
export declare class HueApiRateLimitLogger {
readonly name: string;
constructor(name: string);
static install(name: string, bottleneck: Bottleneck): void;
static isDebug(): boolean;
log(event: string, payload?: any): void;
}