import { ScreenListChoosingEnum } from './ScreenListChoosingEnum';
/** ScreenList capable services */
export interface Screen {
    /**  */
    incomingScreenList: ScreenListChoosingEnum;
    /**  */
    outgoingScreenList: ScreenListChoosingEnum;
    /**  */
    serviceName: string;
}
//# sourceMappingURL=Screen.d.ts.map