import Table from '../helpers/Table';
export declare enum ComplianceEventType {
    CONFORMIDAD_TOTAL_DEL_DTE = 1,
    CONFORMIDAD_PARCIAL_DEL_DTE = 2
}
declare const _default: Table<{
    0: ["_id", ComplianceEventType];
    1: ["description", string];
}, {
    0: ComplianceEventType;
    1: string;
}, ComplianceEventType, Required<{
    description?: string | undefined;
    _id?: ComplianceEventType | undefined;
}>>;
export default _default;
