import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { TaxRate } from "./TaxRate"; export declare const SalesOrderLineTaxRate: core.serialization.Schema; export declare namespace SalesOrderLineTaxRate { type Raw = string | TaxRate.Raw; }