import type { Body, Meta, Uppy, UppyEventMap } from '@uppy/core'; type EventResults> = Parameters[K]>; export default function useUppyEvent>(uppy: Uppy, event: K, callback?: (...args: EventResults) => void): [EventResults | [], () => void]; export {}; //# sourceMappingURL=useUppyEvent.d.ts.map