import type { ServiceInfrastructure } from "./types.js"; /** * Generate infrastructure.md content from extracted service infrastructure. */ export declare function formatInfrastructure(infra: ServiceInfrastructure): string;