import ts from "typescript";
import { ITypiaContext } from "typia/lib/transformers/ITypiaContext";
export declare namespace HttpAssertQuerifyProgrammer {
    const write: (props: {
        context: ITypiaContext;
        modulo: ts.LeftHandSideExpression;
        type: ts.Type;
    }) => ts.ArrowFunction;
}
