/** Normalize a URL pathname with POSIX semantics on every host before filesystem conversion. */ export declare function normalizeProjectUrlPath(pathname: string): string | null; export declare function classifyProjectPath(rel: string, stateDir: string): { segments: string[]; canonicalEvidence: boolean; canonicalSource: boolean; };