import type { WorkspaceManifestV2 } from "./long-task-delivery-types.js"; export declare function freezeLocalVerifierDependencyClosure(repository: string, roots: Iterable, manifest: WorkspaceManifestV2, runtimeOwnedPatterns?: readonly string[]): Promise>; export declare function packageScriptVerifierRoots(script: string, packageFile: string, manifest: WorkspaceManifestV2): string[];