import type { FullConfig } from "../../common/types";
declare const playwrightServiceGlobalSetupWrapper: (config: FullConfig) => Promise<any>;
export default playwrightServiceGlobalSetupWrapper;
//# sourceMappingURL=playwright-service-global-setup.d.ts.map