import { GabContext, convertValueFn } from '@gabliam/web-core';
import { express } from './express';
export declare const converterValue: convertValueFn;
export declare const send: (ctx: GabContext, res: express.Response, json: boolean) => void;
