import type { ProjectReadSnapshot } from "../io/project-read-snapshot.js"; export declare function serviceStateOwnershipConventionFindings(projectDir: string, snapshot?: ProjectReadSnapshot): readonly string[];