export interface BridgeSurfaceAnalysis { path: string; tokenEstimate: number; withinBudget: boolean; hasCanonicalPointer: boolean; } export declare function analyzeBridgeSurface(pathValue: string, content: string, maxTokens: number): BridgeSurfaceAnalysis; //# sourceMappingURL=analyze-bridge-surfaces.d.ts.map