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