import type { InferValue } from '@optique/core/parser'; export declare const args: import("@optique/core").Parser<"async", { readonly action: "test"; readonly filters: readonly string[]; readonly port: string | undefined; 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 yes: true | undefined; readonly diagnostics: true | undefined; readonly json: true | undefined; readonly agent: true | undefined; }, ["matched", string] | ["parsing", { readonly action: "test"; readonly filters: readonly (import("@optique/core").ValueParserResult | undefined)[]; readonly port: [import("@optique/core").ValueParserResult | undefined] | 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 yes: [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>; export declare function run(config: InferValue): Promise; export default function _Test(): null; //# sourceMappingURL=test.d.ts.map