/** Symbol key used to store a schema's internal path-based ID on schema objects originating from a `$ref` */ export declare const REFERENCED_SCHEMA_ID_SYMBOL: unique symbol; /** Symbol key used to attach a leading line-comment string to a node */ export declare const LEADING_COMMENT_SYMBOL: unique symbol; /** JSON Pointer prefix for OpenAPI component schemas, used to detect and resolve $refs */ export declare const OPEN_API_COMPONENTS_SCHEMAS_PATH = "/components/schemas/";