export declare class SmsApiGetReceiveInboxManuallyResultModel {
    info: string;
    status: string;
    count: number;
}
