import { EmdiCommand, EmdiResponse, EmdiEvent, EmdiError } from './commands'; export declare class EmdiFactory { static createCommand(command: string): EmdiCommand | undefined; static createResponseOrEvent(xml: string): Promise; private static createEvent; private static createResponse; private static toUpperCamelCase; }