1 | import { SpawnLogInvocation } from "../../../api-helper/misc/child_process";
|
2 | import { PushTest } from "../../../api/mapping/PushTest";
|
3 | import { AutofixRegistration, AutofixRegistrationOptions } from "../../../api/registration/AutofixRegistration";
|
4 | /**
|
5 | * Create an autofix registration from one or more external commands.
|
6 | */
|
7 | export declare function spawnAutofix(name: string, pushTest: PushTest, options: AutofixRegistrationOptions, command1: SpawnLogInvocation, ...additionalCommands: SpawnLogInvocation[]): AutofixRegistration;
|
8 | //# sourceMappingURL=spawnAutofix.d.ts.map |
\ | No newline at end of file |