import { default as Handlebars } from 'handlebars';
import { $Refs } from '@stoplight/json-schema-ref-parser';
export declare const references: Map<string, Map<string, string>>;
export declare const createHandlebars: (jsonSchema: $Refs) => typeof Handlebars;