import type { Platform } from '../../platform/install/platforms.js'; import type { InstallScope } from '../../platform/install/types.js'; import type { InitWorkflowSelection } from '../comet-entry/types.js'; import { type HookInstallResult } from './platform-install.js'; export declare function reconcileCometHooksForPlatform(baseDir: string, platform: Platform, scope?: InstallScope, workflowSelection?: InitWorkflowSelection): Promise; export declare function reconcileProjectCometHooksForPlatform(projectRoot: string, platform: Platform, workflowSelection: InitWorkflowSelection, options: { globalBaseDir: string; }): Promise; //# sourceMappingURL=hook-lifecycle.d.ts.map