export declare class Error { code: number; title: string; description: string; } export declare class Errors { static error: any; constructor(); private static initErrorsList; }