export interface SMSRuGetSendersResponse { status: string; status_code: number; senders: string[]; }