import { Token, TokenType } from '../../oidc/types'; export declare function validateToken(token: Token, type?: TokenType): void;