export declare function createCollection(args: any): Promise<unknown>;
export declare function dropCollection(args: any): Promise<unknown>;
