/** The upgrade arguments provided to the constructor of the UpgradeManager */ export interface UpgradeArguments { /** Version of controller to upgrade too */ version: string; /** Admin instance which triggered the upgrade */ adminInstance: number; /** User id the process should run as */ uid: number; /** Group id the process should run as */ gid: number; } //# sourceMappingURL=upgradeManager.d.ts.map