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