import { BikeTagCredentials } from './types';
import { BikeTagClient } from '../client';
export declare function getAuthorizationHeader(client: BikeTagClient): Promise<string>;
export declare function getClaims(client: BikeTagClient, authorization?: string): Promise<Partial<BikeTagCredentials>>;
