import Table from '../helpers/Table';
export declare enum Department {
    CAPITAL = 1,
    CONCEPCION = 2,
    SAN_PEDRO = 3,
    CORDILLERA = 4,
    GUAIRA = 5,
    CAAGUAZU = 6,
    CAAZAPA = 7,
    ITAPUA = 8,
    MISIONES = 9,
    PARAGUARI = 10,
    ALTO_PARANA = 11,
    CENTRAL = 12,
    NEEMBUCU = 13,
    AMAMBAY = 14,
    PTE__HAYES = 15,
    BOQUERON = 16,
    ALTO_PARAGUAY = 17,
    CANINDEYU = 18
}
declare const _default: Table<{
    0: ["_id", Department];
    1: ["description", string];
}, {
    0: Department;
    1: string;
}, Department, Required<{
    description?: string | undefined;
    _id?: Department | undefined;
}>>;
export default _default;
