import { type Type } from '../type.mjs'; export declare const createCastFn: (validate: Type['validate']) => (a: unknown) => T; //# sourceMappingURL=create-cast-fn.d.mts.map