import type { Validator } from '../models.js'; /** Validates forbidden items. Only null, undefined and empty strings are ok. */ export declare const ForbiddenValidator: Validator; //# sourceMappingURL=forbidden.d.ts.map