export declare type DTCallback = (e: Event) => void;
export declare type LockedCallback = (e?: Event, fn?: (value: boolean) => void) => void;
export declare type ThrottleBack = (e: Event) => void;
export declare type DebounceBack = (e: Event) => void;
export declare type LockedBack = (e?: Event) => void;
