import type { RepoManifest } from "../types.js"; import type { FileDisposition, GraphBundle, SurfaceManifest } from "audit-tools/shared"; /** * Detects likely execution surfaces from file paths using the shared extractor * heuristics, primarily to seed later audit planning. */ export declare function buildSurfaceManifest(repoManifest: RepoManifest, disposition?: FileDisposition, options?: { graphBundle?: GraphBundle; }): SurfaceManifest; //# sourceMappingURL=surfaces.d.ts.map