import { Robot } from '@authup/common'; export declare class RobotController { getMany(req: any, res: any): Promise; add(data: Robot, req: any, res: any): Promise; command(id: string, 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