import { FabrixService as Service } from '@fabrix/fabrix/dist/common';
export declare class TaxService extends Service {
    publish(type: any, event: any, options?: {
        save?: boolean;
        transaction?: any;
        include?: any;
    }): any;
    calculate(obj: any, lineItems: any, shippingAddress: any, resolver: any, options?: {
        [key: string]: any;
    }): any;
    getTaxes(obj: any, lineItems: any[], resolvedItemsFromTo: any, options?: {
        [key: string]: any;
    }): any;
}
