import type { TokenJSON } from './JSON';
export declare class Token {
    readonly jwt: string;
    constructor(jwt: string);
    static fromJSON(data: TokenJSON): Token;
}
//# sourceMappingURL=Token.d.ts.map