import { LoopDocumentState } from '../states/loop-document.state'; import { Actions } from '../actions/loop-document.action'; export declare function reducer(state: LoopDocumentState, action: Actions): LoopDocumentState;