import type { InternalKoaResponse } from './response.types.mjs'; /** * Prototype. */ declare const koaResponse: InternalKoaResponse; export default koaResponse;