import { Department } from './Department';
export declare type DepartmentsResponse = {
    departments: Department[];
};
