export interface ConceptIdentity { conceptId: string; canonicalPath: string; contentHash: string; } export declare function resolveConceptIdentity(conceptId: string, canonicalPath: string, content: string): ConceptIdentity; //# sourceMappingURL=resolve-concept-identity.d.ts.map