import type { AnalyzerContext } from "../types.js"; /** * Resolves ports from project scripts (e.g., --port 3000, PORT=8080) * and infrastructure into the ctx.ports array. */ export declare function resolvePorts(ctx: AnalyzerContext): void; //# sourceMappingURL=resolver.d.ts.map