import type { RelationStructureProfile } from '../types/analysis'; export declare function analyzeRelationStructure(pillars: Array<{ zhi: string; }>): RelationStructureProfile;