/**
* react hook which exposes the unauthenticated claims of the users authenticatable token
*
* for imperative usage - see the `getAuthentication` method
*/exportdeclareconstuseAuthenticationClaims: () =>import("whodis-client").WhodisAuthTokenClaims | null | undefined;