import { AuthenticatedCommand } from '../../common/authenticated-command.js'; export declare class FlowTest extends AuthenticatedCommand { static args: {}; static description: string; static examples: { description: string; command: string; }[]; static flags: { 'flow-id': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; 'output-map': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; scope: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; synchronous: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; json: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; run(): Promise; } //# sourceMappingURL=test.d.ts.map