import { TokenPayload, TokenRaw } from '../token.types';
export declare function decodeSaToken(token: TokenRaw): TokenPayload;
