import type { Profile } from "."; export default function decodeJWT(token: string | null): Profile | undefined;