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