import { Lang } from '../types/enums'; export default class { private lang; constructor(lang?: Lang); protected _throw(errorId: string): void; }