/** * Represents the SimpleXDM operations registered for the TestModule. */ export interface TestSimpleXdmDefinition { callOperationA(): any; }