import { nxE2EPreset } from "@nx/playwright/preset"; /** * Creates the standard NX E2E preset configuration for Playwright. * Wraps the `@nx/playwright` preset with Trackunit defaults. * * @param filename - Pass `__filename` from the calling `playwright.config.ts` * @returns {ReturnType} NX Playwright preset configuration */ export declare function createNxPreset(filename: string): ReturnType;