import { OpenIdError } from './openid-error'; export declare class MissingOpenidConfiguration extends OpenIdError { constructor(); }