import type { RefsStore } from './types.js';
/**
 * Creates a refs store for parsing the schema
 */
export declare function refsBuilder(): RefsStore;
