import { JWTContent } from '../../../types/jwt'; /** * This function should be executed on the server side for security reasons. */ export declare const isUserTokenValid: (userToken?: UserToken | null) => boolean; //# sourceMappingURL=index.d.ts.map