import type { JSONSchemaAttributes, JSONSchemaType, Ref } from "../input/JSONSchemaInput"; import type { JSONSchema } from "../input/JSONSchemaStore"; import { TypeAttributeKind, type TypeAttributes } from "./TypeAttributes"; type URIAttributes = [ReadonlySet, ReadonlySet]; export declare const uriTypeAttributeKind: TypeAttributeKind; export declare function uriInferenceAttributesProducer(s: string): TypeAttributes; export declare function uriSchemaAttributesProducer(schema: JSONSchema, _ref: Ref, types: Set): JSONSchemaAttributes | undefined; export {};