export declare class SmsApiGetTokenResultModel {
    info: string;
    status: string;
    key: string;
}
