export declare const createCollection: (root: string, collectionName: any) => any; export declare const expandCollection: (collectionName: any) => any[];