export declare enum EnumCourierOptionType {
    Plain = "PLAIN",
    Flexible = "FLEXIBLE"
}
