export declare enum EnumCourierOptionCategory {
    Express = "EXPRESS",
    Today = "TODAY",
    Standard = "STANDARD"
}
