import { TokenPayload } from '../token-payload/token-payload'; export declare class TokenDecoder { decode(token: string): T; }