import { DataSendActions } from '../actions/data-send.action'; import { IDataSendState } from '../state/document.state'; export declare function dataSendReducers(state: IDataSendState, action: DataSendActions): IDataSendState;