export declare function identity(x: T): T; export declare function debounce(fn: Function, wait?: number, token?: { cancelled: boolean; }): Function;