export declare function convertJsonSchemaToEioSchema(keyToReturn: any, completeSchemaOriginal: any): any;
export declare function makeSchemaInline(json: any, availableSchemas: any): any;
export declare function convertDotNetTypeToJsonSchemaType(dotNetType: string): string;
