
declare const useThrottle: (seconds: number, discriminator: unknown) => boolean;
export = useThrottle;