/** * @author WMXPY * @namespace Database_Collection * @description Controller */ import { ICollectionModel } from "./model"; export declare const createUnsavedCollection: (collectionName: string, description?: string) => ICollectionModel;