import { BunnyStoragePlugin } from "./shared/types/config.js"; import { NormalizedBunnyStorageConfig, NormalizedCollectionConfig } from "./shared/types/configNormalized.js"; import "./shared/types/index.js"; import { BunnyCollectionConfig, BunnyCollectionStorage, BunnyCollectionStream, getBunnyCollectionConfig, getBunnyConfig, getBunnyStorageForCollection, getBunnyStreamForCollection } from "./server/payload/config/access.js"; //#region src/index.d.ts declare const bunnyStorage: BunnyStoragePlugin; //#endregion export { type BunnyCollectionConfig, type BunnyCollectionStorage, type BunnyCollectionStream, type NormalizedBunnyStorageConfig, type NormalizedCollectionConfig, bunnyStorage, getBunnyCollectionConfig, getBunnyConfig, getBunnyStorageForCollection, getBunnyStreamForCollection }; //# sourceMappingURL=index.d.ts.map