import { ShipEngineJsonSchemaIndex } from "./shipengine-json-schema-index";
/**
* Returns a copy of the JSON Schema index with the schema file paths replaced
* with actual JSON Schema objects.
*/export declare function resolveSchemaIndex(): ShipEngineJsonSchemaIndex;