import Chainable = Cypress.Chainable;
import { Document } from 'mongodb';
export declare function runCommand(command: Document, options?: any): Chainable;
