export declare const loadJSON: (path: string) => Promise<object>;
export declare const baseSchemaLocation: () => Promise<string>;
