declare const _default: { name: string; actions: { list(ctx: any, next: any): Promise; get(ctx: any, next: any): Promise; update(ctx: any, next: any): Promise; create(ctx: any, next: any): Promise; destroy(ctx: any, next: any): Promise; }; }; export default _default;