export default class Assertion { constructor(); isVisible(locator: string): Promise; getText(locator: string): Promise; isTextGreaterThan(locator: string, value: number): Promise; assertTitle(title: string): Promise; assertTitleContains(title: string): Promise; assertURL(url: string): Promise; assertURLContains(title: string): Promise; }