import type { AssertOptions, FieldType } from '@src/parser/model'; import ts from "typescript"; export declare function compileAsserts(name: string, asserts: AssertOptions, type: FieldType, factory: ts.NodeFactory, PRETTY: boolean): ts.FunctionExpression | undefined;