import { i as Pipe } from '../errors-B5taetnA.js'; import '@standard-schema/spec'; import '../utils/types.js'; declare const isString: (err?: string) => Pipe; declare const isNumber: (err?: string) => Pipe; declare const isBoolean: (err?: string) => Pipe; declare const isNull: (err?: string) => Pipe; declare const isUndefined: (err?: string) => Pipe; declare const isAny: () => Pipe; declare const isInstanceOf: (classDef: abstract new (...args: any[]) => T, err?: string) => Pipe; export { isAny as any, isBoolean as boolean, isInstanceOf as instanceOf, isNull as null, isNumber as number, isString as string, isUndefined as undefined };