import { VMixState } from './vMixStateDiffer';
/**
 * Parses the state incoming from vMix into a TSR representation
 */
export declare class VMixXmlStateParser {
    parseVMixState(responseBody: string): VMixState;
    private ensureArray;
}
//# sourceMappingURL=vMixXmlStateParser.d.ts.map