import type { TypeDefinition } from "./types.ts"; export declare const ensure: (input: unknown, definition: TypeDefinition) => T;