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