import { createUploadPromises } from './upload'; export declare const objectStore: { upload: ({ functionKey, objects }: { functionKey: string; objects: import("./types").UploadObject[]; }) => Promise; download: ({ functionKey, keys }: { functionKey: string; keys: string[]; }) => Promise; getMetadata: ({ functionKey, keys }: { functionKey: string; keys: string[]; }) => Promise; delete: ({ functionKey, keys }: { functionKey: string; keys: string[]; }) => Promise; }; export { createUploadPromises }; //# sourceMappingURL=objectStore.d.ts.map