export namespace YaoHook {
  export type Before = string;
  export type After = string;
}
export default YaoHook;
