/// type steps_file = typeof import('./steps_file.js'); declare namespace CodeceptJS { interface SupportObject { I: I, current: any } interface Methods extends Playwright {} interface I extends ReturnType {} namespace Translation { interface Actions {} } }