import { IShipmentOptions } from './iShipmentOptions'; export declare class GLSShipmentOptions implements IShipmentOptions { NAME: string; shipmentType: string; username: string; password: string; addresseeType: string; service: GLSExpressService; } export declare enum GLSExpressService { None = 0, T9 = 1, T12 = 2, T17 = 3, S9 = 4, S12 = 5, S17 = 6 } //# sourceMappingURL=GLSShipmentOptions.d.ts.map