export declare class mywDebounceThrottle { static mywDebounce(fn: Function, millisecond?: number): () => void; static mywThrottle(fn: Function, millisecond?: number): () => void; }