export declare function secondsToHours(value: number): string; /** * Wait for the browser to fire an event (including custom events) */ export declare function waitForEvent(eventName: string, page: any): Promise;