import { Command } from '@oclif/core'; export default class ParsePlaywrightConfigCommand extends Command { static hidden: boolean; static description: string; static flags: { file: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }