import { type TProperties, type TSchema } from '../type/index.mjs'; import { Validator } from './validator.mjs'; /** Compiles a type into a high performance Validator */ export declare function Compile>(type: Type): Result; /** Compiles a type into a high performance Validator */ export declare function Compile>(context: Context, type: Type): Result;