/** * This file is part of the NocoBase (R) project. * Copyright (c) 2020-2024 NocoBase Co., Ltd. * Authors: NocoBase Team. * * This program is offered under a commercial license. * For more information, see */ declare const _default: { name: string; actions: { list(ctx: any, next: any): Promise; get(ctx: any, next: any): Promise; query(ctx: any, next: any): Promise; }; }; export default _default;