import type { CreateSimulation } from '../../types'; export declare function makeCreateSimulation(options?: CreateSimulation): Cypress.Chainable;