import { CollectionContext } from "../../../shared/types/core.js"; import "../../../shared/types/index.js"; import { HandleDelete } from "@payloadcms/plugin-cloud-storage/types"; //#region src/server/payload/storage/handleDelete.d.ts declare const getHandleDelete: (context: CollectionContext) => HandleDelete; //#endregion export { getHandleDelete }; //# sourceMappingURL=handleDelete.d.ts.map