export declare type Omit = Pick>; export declare const tuple: (...args: T) => T; export declare const tupleNum: (...args: T) => T; export declare function throttle(fn: { apply: any; }, t: number): (this: any, ...args: any) => void;