/** Re-export object-store helpers for `@x12i/catalox-engine/storage` and `@x12i/catalox/storage`. */ export { createObjectStore, createObjectStoreFromEnv, classifyObjectKeyForMigration, resolveObjectStoreBucket, resolveObjectStoreEndpoint, resolveObjectStoreCredentials, resolveObjectStoreRegion, resolveObjectStoreForcePathStyle, DEFAULT_CATALOX_BUCKET, CATALOX_CLASSIFY_BUCKETS, type CataloxObjectStore, type CataloxObjectStoreClient, type CataloxObjectStoreEnvVars, type CreateObjectStoreOptions, type CataloxClassifyBucket, } from "@x12i/catalox-storage"; //# sourceMappingURL=storage.d.ts.map