import { IAction, IAsyncState } from 'src/ReportBuilder/state/action'; export declare function file(state: IAsyncState, action: IAction): IAsyncState;