export declare enum SmsRecordStatusOutBoxEnum {
    Null = 0,
    AllowToSend = 1,
    NeedControl = 2,
    BlockFromControl = 3
}
