import { ApiBase } from './ApiBase'; import { IFlashingCellApi } from './Interface/IFlashingCellApi'; import { FlashingCellState, FlashingCell } from '../PredefinedConfig/RunTimeState/FlashingCellState'; export declare class FlashingCellApi extends ApiBase implements IFlashingCellApi { getFlashingCellState(): FlashingCellState; getAllFlashingCell(): FlashingCell[]; }