export type TestDecoratorFunction = (testFunction: any) => any; /** * Wrap a playwright test function with class method, and make it visible externally as original one (function description). * It is required, as @playwright/test function do not accept rest parameters. */ export declare const decoratePlaywrightTest: (testFunction: any, decorationFunction: TestDecoratorFunction) => any; //# sourceMappingURL=helpers.d.ts.map