import { IInstructionSetOptions } from"./IInstructionSetOptions";
/**
* Provides options for the `UpdateInstructionSet` class.
*/
export interfaceIUpdateInstructionSetOptionsextendsIInstructionSetOptions{
/**
* The version to update the package from.
*/
FromVersion: string;
}