export default interface IControllerCreate { create(...args: any[]): Promise; } //# sourceMappingURL=iControllerCreate.d.ts.map