import Table from '../helpers/Table';
export declare enum IscCategory {
    SECCION_I____CIGARRILLOS__TABACOS__ESENCIAS_Y_OTROS_DERIVADOS_DEL_TABACO_ = 1,
    SECCION_II____BEBIDAS_CON_Y_SIN_ALCOHOL_ = 2,
    SECCION_III____ALCOHOLES_Y_DERIVADOS_DEL_ALCOHOL_ = 3,
    SECCION_IV___COMBUSTIBLES_ = 4,
    SECCION_V___ARTICULOS_CONSIDERADOS_DE_LUJO_ = 5
}
declare const _default: Table<{
    0: ["_id", IscCategory];
    1: ["description", string];
}, {
    0: IscCategory;
    1: string;
}, IscCategory, Required<{
    description?: string | undefined;
    _id?: IscCategory | undefined;
}>>;
export default _default;
