export declare const throttle: (func: (p?: any) => any, duration: number) => (...args: any[]) => void;