import { type UniDriver } from '@wix/unidriver-core'; import { type AdapterParams } from '@wix/unidriver-common'; export declare const jsdomReactUniDriver: (params: AdapterParams) => UniDriver; //# sourceMappingURL=jsdomReactUniDriver.d.ts.map