import { ResponseFormatter } from './types'; export declare const createResponse: (format?: string, transform?: (body: any) => any) => ResponseFormatter;