import { ReducerBuilder } from '../util/reducer-builder.model'; export declare type BuilderFunction = (builder: ReducerBuilder) => ReducerBuilder;