/// import type { Response } from '@loopback/rest'; import { ResponseInternal } from './types'; export declare function toResponse(source: ResponseInternal, target: Response): Response>;