import Chainable = Cypress.Chainable;
export declare function createCollection(collection: string, options?: any): Chainable;
export declare function dropCollection(collection: string, options?: any): Chainable;
