export * from './MosConnection';
export * from './api';
export * from '@mos-connection/helper';
export { ConnectionConfig } from './config/connectionConfig';
export { MosDevice } from './MosDevice';
import { xml2js, pad, addTextElement, xmlToObject } from '@mos-connection/helper';
export declare const Utils: {
    pad: typeof pad;
    xml2js: typeof xml2js;
    addTextElement: typeof addTextElement;
    xmlToObject: typeof xmlToObject;
};
//# sourceMappingURL=index.d.ts.map