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