import { IHookContext } from '.'; export declare type THookCallback = (context: IHookContext) => void | Promise;