import { type Brand } from 'ts-type-forge'; import { type Type } from '../type.mjs'; export declare const brandedString: ({ defaultValue, is, typeName, }: Readonly<{ typeName: K; defaultValue: string; is?: (u: string) => u is Brand; }>) => Type>; /** * Same as brandedString * * @deprecated use `brandedString` */ export declare const simpleBrandedString: typeof brandedString; //# sourceMappingURL=branded-string.d.mts.map