import { type Expect } from "playwright/test"; /** * Returns a new expect function with a custom timeout * @param timeout Timeout in milliseconds * @returns expect function with a custom timeout */ export declare function getExpectWithCustomTimeout(timeout: number): Expect; //# sourceMappingURL=withCustomTimeout.d.ts.map