export default interface IControllerUpdate { update(...args: any[]): Promise; replaceUpdate(...args: any[]): Promise; } //# sourceMappingURL=iControllerUpdate.d.ts.map