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