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