import { SmsOptions } from './types';
export declare const makeXmlRequestModel: (options: SmsOptions) => string;
