export declare class Perf { static DEFAULT_THROTTLE: number; static throttle(fn: any, threshold?: number, context?: any): Function; }