import type { ParserOptions } from "../options.js"; import type { JSONSchema } from "../index.js"; import type $Refs from "../refs.js"; export declare function getSchemaBasePath(basePath: string, value: unknown): string; export declare function usesDynamicIdScope(value: unknown): boolean; export declare function registerSchemaResources = ParserOptions>($refs: $Refs, basePath: string, value: unknown, pathType?: string | unknown, dynamicIdScope?: boolean): void;