import { HandlerFunction } from './HandlerFunction';
export declare type ActionsMap<T extends string = string> = Record<T, HandlerFunction>;
