import type { JSONSchemaObject } from './types.cjs';
export declare function referenceJSONSchema(schema: JSONSchemaObject, debugLogFn?: (message?: any) => void): Promise<{
    $ref: any;
    definitions: any;
}>;
