import { GotoActionArgs, PlaywrightActionGenerator } from "../types"; export declare const PLAYWRIGHT_GOTO_ACTION_NAME = "page_goto"; export declare const gotoActionGenerator: PlaywrightActionGenerator; //# sourceMappingURL=goto.d.ts.map