import type { IncomingMessage, ServerResponse } from 'node:http'; import type { PipelineContext } from '../proxy/pipeline.js'; export declare function handleAdapterImageRequest(ctx: PipelineContext, req: IncomingMessage, res: ServerResponse): Promise; //# sourceMappingURL=image-handlers.d.ts.map