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