export declare const throttle: (func: () => unknown, wait: number, options?: { leading: boolean; trailing: boolean; }) => (this: unknown) => any;