export declare const chromium: {
    launch: jest.Mock<Promise<{
        newPage: jest.Mock<Promise<{
            goto: jest.Mock<Promise<void>, [_url: string, _options?: any], any>;
            title: jest.Mock<Promise<string>, [], any>;
            content: jest.Mock<Promise<string>, [], any>;
            $$eval: jest.Mock<Promise<any[]>, [_selector: string, _fn: Function], any>;
            waitForLoadState: jest.Mock<Promise<void>, [_state: string, _options?: any], any>;
            close: jest.Mock<Promise<void>, [], any>;
        }>, [_options?: any], any>;
        close: jest.Mock<Promise<void>, [], any>;
    }>, [_options?: any], any>;
};
//# sourceMappingURL=playwright.d.ts.map