/** * @author WMXPY * @namespace Origin * @description Create Collection */ import { MongoImbricateCollection } from "../collection/collection"; export declare const mongoCreateCollection: (collectionName: string, description?: string) => Promise;