import { decodeJwt } from './decodeJwt'; import { decodePermissions } from './decodePermissions'; export { decodeJwt, decodePermissions }; declare const _default: { decodeJwt: (token: string) => any; decodePermissions: (permissionHex: string) => number[]; }; export default _default;