import { StateNode } from 'microedge-rxstate'; import { RepeaterStateModel } from './repeater-state.model'; import { RepeaterStateDispatcher } from './repeater-state.rxstate'; export declare class RepeaterState extends StateNode { constructor(initialState: RepeaterStateModel, dispatcher: RepeaterStateDispatcher); }