/** * Combined handler for the recap-image routes. Mount as a PREFIX handler at * `/_agent-native/recap-image`; the framework strips the mount prefix, so: * - `event.url.pathname === "/"` → POST upload (authenticated) * - `event.url.pathname === "/.png"` → GET/HEAD serve (anonymous) */ export declare function createRecapImageHandler(): import("h3").EventHandlerWithFetch>; //# sourceMappingURL=recap-image-route.d.ts.map