export declare const throttle: (f: any, delay: number) => (...args: unknown[]) => void;
