export declare type Relation = 'parent' | 'child' | 'peer' | 'local'; export declare function getRelationPriority(relation: Relation): number;