import type { BrowserDriver } from "./driver.js"; /** true if the rustwright package is installed AND loads on this platform. */ export declare function rustwrightAvailable(): Promise; export declare function rustwrightDriver(): BrowserDriver; //# sourceMappingURL=rustwright-driver.d.ts.map