declare type SchemaType = 'Array' | 'Map'; export declare function parseLeanSchemaRef(renderedSchemaName?: string): { schemaName: string; schemaType?: SchemaType; }; export {}; //# sourceMappingURL=utils.d.ts.map