import InfobipConfig from "./config"; export default class Transport { private config; constructor(config: InfobipConfig); send(options: any, callback?: Function): void; private handleResponse; }