import { Driver } from "./driver/driver.js";
export declare const context: {
    driver: Promise<Driver>;
};
