export declare class Errors { static argumentOutOfRange(): Error; static indexOutOfRange(): Error; static indexNotInteger(): Error; static itemWithKeyAlreadyAdded(): Error; static elementAlreadyAdded(): Error; static keyNotInDictionary(): Error; static linkedListEmpty(): Error; static noElements(): Error; static noMatch(): Error; static moreThanOneMatch(): Error; static moreThanOneElement(): Error; static stackEmpty(): Error; static queueEmpty(): Error; static unexpectedError(): Error; static valueIsNotNumber(): Error; static valueNotFoundLinkedList(): Error; }