export declare const args: import("@optique/core").Parser<"sync", { readonly subcommand: "test"; readonly filters: readonly string[]; readonly env: string | undefined; readonly noAutoEnv: true | undefined; readonly noMinify: true | undefined; readonly minifier: string | undefined; readonly minifyLevel: string | undefined; readonly noBytecode: true | undefined; readonly timeout: string | undefined; readonly updateHeapBaselines: true | undefined; readonly diagnostics: true | undefined; readonly json: true | undefined; readonly agent: true | undefined; }, ["matched", string] | ["parsing", { readonly subcommand: "test"; readonly filters: readonly (import("@optique/core").ValueParserResult | undefined)[]; readonly env: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly noAutoEnv: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly noMinify: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly minifier: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly minifyLevel: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly noBytecode: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly timeout: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly updateHeapBaselines: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly diagnostics: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly json: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly agent: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>; interface RunConfig { filters?: readonly string[]; env?: string; secrets?: string; noAutoEnv?: boolean; noMinify?: boolean; minifier?: string; minifyLevel?: string; noBytecode?: boolean; timeout?: string; updateHeapBaselines?: boolean; diagnostics?: boolean; json?: boolean; agent?: boolean; } export declare function run(config: RunConfig): Promise; export {}; //# sourceMappingURL=test.d.ts.map