import type { EmptyObject, LimiterOptions } from 'react-bindings'; import type { UseWaitableArgs } from '../../use-waitable/types/args'; export type UseSoftenedWaitableArgs = Omit, 'defaultValue' | keyof LimiterOptions>; //# sourceMappingURL=types.d.ts.map