export interface ActionMapper { [key: string]: (...args: any[]) => any; } declare const actionMapper: ActionMapper; export default actionMapper;