import { NullValidationHandler } from './null-validation-handler';
/**
 * This is just a dummy of the JwksValidationHandler
 * telling the users that the real one has been moved
 * to an library of its own, namely angular-oauth2-oidc-utils
 */
export declare class JwksValidationHandler extends NullValidationHandler {
    constructor();
}
