export declare function throttle(fn: any, threshold?: number, scope?: any): (...args: any[]) => void;
export declare function debounce(fn: any, ms?: number, scope?: any): (...args: any[]) => void;
export * from './style';
export * from './url';
