export interface StableProjectIdentity { projectId: string; memoryNamespace: string; } export declare function resolveStableProjectIdentity(projectRoot: string): StableProjectIdentity; export declare function canonicalRemoteProjectId(remote: string): string; //# sourceMappingURL=project-identity.d.ts.map