import type { Body, Meta, State, Uppy } from '@uppy/core'; export default function useUppyState(uppy: Uppy, selector: (state: State) => T): T; //# sourceMappingURL=useUppyState.d.ts.map