import { type Brand, type NonEmptyString } from 'ts-type-forge'; import { type Type } from '../../../type.mjs'; export type JsonString = Brand; /** * @link https://github.com/validatorjs/validator.js/tree/v13.1.17?tab=readme-ov-file#validators */ export declare const jsonString: (options?: Partial>) => Type; //# sourceMappingURL=json-string.d.mts.map