import { StorageManagerProps } from '@aws-amplify/ui-react-storage'; export declare const processFile: ({ file }: Parameters>[0]) => Promise<{ file: File; key: string; }>;