UNPKG

340 BTypeScriptView Raw
1import { IHookEngine } from '@ionic/cli-utils';
2import { CordovaNamespace } from './commands';
3export declare const name = "__NAME__";
4export declare const version = "__VERSION__";
5export declare const preferGlobal: boolean;
6export declare const namespace: CordovaNamespace;
7export declare function registerHooks(hooks: IHookEngine): void;