import type { GenerateURL } from '@payloadcms/plugin-cloud-storage/types'; import type { CloudinaryStorageOptions } from './types.js'; export declare const getGenerateUrl: ({ options }: { options: CloudinaryStorageOptions; }) => GenerateURL;