/** * @fileOverview * @author 凌恒 * @copyright 2017 Alibaba Group. */ import { IHookHandler } from './domain'; export declare function hook(name: string, version: string, handler: IHookHandler): void; export * from './domain';