import { PlaywrightConfig } from '../constructs/playwright-config'; export default class PlaywrightConfigTemplate { playwrightConfig: PlaywrightConfig; constructor({ use, expect, timeout }: any); private getUseParams; private getExpectParams; getConfigTemplate(): string; }