import { SMS } from "./sms"; export declare class Infobip { private usernameOrObject; private config; constructor(usernameOrObject: string, password?: string); readonly SMS: SMS; }