/** @description Who provides insurance */
export declare enum InsuranceProviders {
    None = "None",
    ShipStation = "ShipStation",
    Carrier = "Carrier",
    External = "External"
}
