import { SchemaOptions } from '../schema/schema'; /** Creates TypeBox schematics using the configured InstanceMode */ export declare function CreateType(schema: Record, options?: SchemaOptions): unknown;