export declare class SmsApiGetBalanceResultModel {
    info: string;
    status: string;
    credit: number;
}
