/** * This file was auto-generated by Fern from our API Definition. */ /** * The condition to wait for the navigation to complete. Defaults to 'load'. */ export type BrowserWaitNavigationConfigWaitUntil = "load" | "domcontentloaded" | "networkidle0" | "networkidle2"; export declare const BrowserWaitNavigationConfigWaitUntil: { readonly Load: "load"; readonly Domcontentloaded: "domcontentloaded"; readonly Networkidle0: "networkidle0"; readonly Networkidle2: "networkidle2"; };