import { BaseInterface } from './BaseInterface'; export declare class Unauthorized { private errors; constructor(errors: BaseInterface[]); getErrors(): BaseInterface[]; }