import { BaseObject } from './baseObject';
export interface RegisterSessionsForMonitoringResponse extends BaseObject {
    rval?: string[];
}
