import { type Brand, type NonEmptyString } from 'ts-type-forge'; import { type Type } from '../../../type.mjs'; export type Uri = Brand; /** * @link https://url.spec.whatwg.org/ */ export declare const uri: (options?: Partial>) => Type; //# sourceMappingURL=uri.d.mts.map