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|protractor)
 * @param customTransformOptions
 */
export declare function adjustPath(frameworkName: 'playwright' | 'protractor', customTransformOptions?: TransformOptions): void;
//# sourceMappingURL=path-replacement.d.ts.map