export interface ScopedCometHookTargets { projectTargets: string[]; externalTargets: string[]; } export declare function scopeCometHookTargets(projectRoot: string, targets: readonly string[]): Promise; //# sourceMappingURL=hook-target-scope.d.ts.map