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