import { Context } from './context';
export declare type ActionResult = Context | void | null | boolean;
export * from './config';
export * from './context';
export * from './core';
export * from './helpers';
export * from './platform';
export * from './plugin';