import { Token, WebToken } from "./types.js";
export declare function decodeToken<P extends Token>(token: string): WebToken<P>;
