import { AutoConfig } from "./types";
export declare const test: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions>;
export declare function auto(instruction: string, config?: AutoConfig): Promise<any>;
export { sessionManager } from "./browser";
export * from "./types";
