import { type UniDriver } from '@wix/unidriver-core'; import { type DriverContext } from '@wix/unidriver-core/internal'; export declare const jsdomReactUniDriver: (adapterParams: (() => Element) | Element | (() => Promise), ctx?: DriverContext) => UniDriver; //# sourceMappingURL=jsdomReactUniDriver.d.ts.map