import { QueryResult } from "mysql2";
import { getCollectionArgs } from "./types";
export declare class CollectionModel {
    /**
     *
     * @param args Object of the arguments to fetch the collections.
     */
    protected get(args: getCollectionArgs): Promise<QueryResult>;
}
