export default interface IControllerRead { read(...args: any[]): Promise; index(...args: any[]): Promise; show(...args: any[]): Promise; } //# sourceMappingURL=iControllerRead.d.ts.map