import { TransformOptions } from 'esbuild';
/**
 * Switch to the needed implementation of core testing, when running e2e tests
 * transforms ESM into CJS when needed
 * @param frameworkName Name of the framework used for e2e testing (playwright)
 * @param customTransformOptions
 */
export declare function adjustPath(frameworkName?: 'playwright', customTransformOptions?: TransformOptions): void;
//# sourceMappingURL=path-replacement.d.ts.map