/** * Decode a JWT payload segment (no signature verification). * Matches the approach used by `@digitalcredentials/issuer-registry-client`. */ export declare const jwtDecodePayload: (jwt: string) => T; //# sourceMappingURL=jwt-payload-decode.d.ts.map