export declare type Department = {
    id: number;
    name: string;
};
