import { ActionFunctionType } from './function-type';
export declare type ActionFunctionTypeArray<P> = ActionFunctionType<P> | Array<ActionFunctionType<P>>;
