import { NoReferenceSwallow } from "./index.js"; //#region src/schema/dereference.d.ts /** * Resolve the `$ref` of a Reference Object (shallowly), merging sibling keywords into the target (sibling keywords take precedence). * * The input must be a node of a magic proxy (`@scalar/json-magic`), Reference Objects are resolved * with the virtual `$ref-value` property of the proxy. * * Returns non-reference values as-is. */ export declare function dereferenceShallow(schema: T): NoReferenceSwallow; //#endregion