import { IActionHandler } from "./IActionHandler";
export declare const arrayAppend: IActionHandler;
export declare const arrayTake: IActionHandler;
