/// import React from 'react'; import type { MountOptions } from './types'; export declare function mount(jsx: React.ReactNode, options?: MountOptions, rerenderKey?: string): Cypress.Chainable; export declare function unmount(options?: { log: boolean; }): Cypress.Chainable>;