import { Response } from 'express';
import { AuthRequest } from '../middleware/auth';
export declare function listDepartments(req: AuthRequest, res: Response): Promise<void>;
export declare function createDepartment(req: AuthRequest, res: Response): Promise<void>;
export declare function updateDepartment(req: AuthRequest, res: Response): Promise<void>;
export declare function deleteDepartment(req: AuthRequest, res: Response): Promise<void>;
//# sourceMappingURL=departments.controller.d.ts.map