import { type Schema } from "./schema.js"; export declare function prefixSchemaRefs(schema: Schema, prefix: string): Schema;