import type { Role } from '@authup/common'; export declare class RoleController { getMany(req: any, res: any): Promise; add(data: Pick, req: any, res: any): Promise; getOne(id: string, req: any, res: any): Promise; edit(id: string, data: Pick, req: any, res: any): Promise; drop(id: string, req: any, res: any): Promise; } //# sourceMappingURL=module.d.ts.map