import { ImagesConfig } from './types'; /** * Formats the given response to match the images configuration spec from the build output * config. * * Applies headers for `Content-Security-Policy` and `Content-Disposition`, if defined in the config. * * https://vercel.com/docs/build-output-api/v3/configuration#images * * @param resp Response to format. * @param imageUrl Image URL that was resized. * @param config Images configuration from the build output. * @returns Formatted response. */ export declare const formatResizingResponse: (resp: Response, imageUrl: URL, config?: ImagesConfig) => Response; //# sourceMappingURL=format-resizing-response.d.ts.map