import type { Data } from '@chubbyts/chubbyts-decode-encode/dist';
import type { Encoder } from '@chubbyts/chubbyts-decode-encode/dist/encoder';
import type { Response, ServerRequest } from '@chubbyts/chubbyts-http-types/dist/message';
export declare const valueToData: (value: unknown) => Data;
export declare const stringifyResponseBody: (request: ServerRequest, response: Response, encoder?: Encoder, data?: Data) => Response;
