import type { CollectionContext } from '@/types/index.js'; import type { HandleDelete } from '@payloadcms/plugin-cloud-storage/types'; export declare const getHandleDelete: (context: CollectionContext) => HandleDelete;