export interface SMSRuErrorResponse { status: string; status_code: number; status_text?: string; }