import type { errors } from 'openid-client';
export declare class AuthenticationError extends Error {
    readonly description: string;
    readonly state: string;
    readonly code: string;
    constructor(e: errors.OPError);
}
export declare class ForbiddenError extends Error {
}
//# sourceMappingURL=errors.d.ts.map