import type { JWT } from '@clerk/types';
export declare function decode(token: string): JWT;
