/**
 * Generates loaders and schemas for types
 */
export declare function generateCollections(schemas: any, propertiesConfig: any, required: string[], order: string[], name: string): string;
