import type { Claims, PropertyClaims } from '../types/claim.js';
export declare function truthyPropertyClaims(propertyClaims: PropertyClaims): PropertyClaims;
export declare function nonDeprecatedPropertyClaims(propertyClaims: PropertyClaims): PropertyClaims;
export declare function truthyClaims(claims: Claims): Claims;
//# sourceMappingURL=rank.d.ts.map