declare const isTokenValid: (token: any, config: any) => boolean;
export { isTokenValid };
