export declare namespace Jwt {
    function isValid(token: string): boolean;
}
