UNPKG

381 BTypeScriptView Raw
1import { IHookEngine, RootPlugin } from '@ionic/cli-utils';
2import { IonicNamespace } from './commands';
3export declare const namespace: IonicNamespace;
4export declare function registerHooks(hooks: IHookEngine): void;
5export declare function generateRootPlugin(): Promise<RootPlugin>;
6export declare function run(pargv: string[], env: {
7 [k: string]: string;
8}): Promise<void>;