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