import { ApiAuthKey, SMSserviceAuth } from "../../types/api.type"; import { SMS } from "./sms/sms.service"; export declare class SENS { static smsService(authKey: ApiAuthKey, smsAuth: SMSserviceAuth): SMS; }