import type { Field } from './index.js';
export declare function cast(field: Field, value: any): any;
