import { IGeneralContext, IHandlers } from 'types'; declare function createHandlersContext(context: T): T & { handlers: IHandlers; }; export default createHandlersContext;