import { type Page, type Test, StepOptions } from "./types"; export declare const auto: (task: string, config: { page: Page; test?: Test; }, options?: StepOptions) => Promise;