import { SpawnLogInvocation } from "../../../api-helper/misc/child_process"; import { PushTest } from "../../../api/mapping/PushTest"; import { AutofixRegistration, AutofixRegistrationOptions } from "../../../api/registration/AutofixRegistration"; /** * Create an autofix registration from one or more external commands. */ export declare function spawnAutofix(name: string, pushTest: PushTest, options: AutofixRegistrationOptions, command1: SpawnLogInvocation, ...additionalCommands: SpawnLogInvocation[]): AutofixRegistration; //# sourceMappingURL=spawnAutofix.d.ts.map