import type { UserAttribute } from '@authup/common'; export declare class UserAttributeController { getMany(req: any, res: any): Promise; add(user: NonNullable, req: any, res: any): Promise; get(id: string, req: any, res: any): Promise; edit(id: string, user: NonNullable, req: any, res: any): Promise; drop(id: string, req: any, res: any): Promise; } //# sourceMappingURL=module.d.ts.map