import type { Fixtures, TestType } from "@playwright/test"; export declare function mergeFixtures(customFixtures: TestType): TestType;