import { TSyntax } from '@sinclair/typebox/syntax'; import * as t from '@sinclair/typebox'; export type TTypeBoxFromSyntax> = Result; /** Creates a TypeBox Type From Syntax */ export declare function TypeBoxFromSyntax(context: Context, type: Type, options?: t.SchemaOptions): TTypeBoxFromSyntax;