interface GlobalDeck { numPages: number; nextPage(): Promise; } declare const deck: GlobalDeck;