import type { interfaces } from '../interfaces';
export declare const namedConstraint: (value: unknown) => interfaces.ConstraintFunction;
