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