UNPKG

199 BTypeScriptView Raw
1import { IHookEngine } from '@ionic/cli-utils';
2export declare const name = "__NAME__";
3export declare const version = "__VERSION__";
4export declare function registerHooks(hooks: IHookEngine): void;