import { ClaimTokenKey } from '../../types';
declare const getClaimValue: (claim: string, tokenKey?: ClaimTokenKey) => unknown;
export { getClaimValue };
