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