import type { Claim, Statement } from '../types/claim.js'; import type { PropertyId } from '../types/entity.js'; export declare const ranks: readonly ["normal", "preferred", "deprecated"]; export declare function truthyPropertyClaims(propertyClaims: T[]): T[]; export declare function nonDeprecatedPropertyClaims(propertyClaims: T[]): T[]; export declare function truthyClaims(claims: Record): Record; //# sourceMappingURL=rank.d.ts.map