/**
* `getTopStoriesIds` returns the list of up to 500 IDs of the top HN stories.
*
* @see {@link https://github.com/HackerNews/API#new-top-and-best-stories}
*/exportdeclarefunctiongetTopStoriesIds(): Promise<number[]>;
//# sourceMappingURL=get-top-stories-ids.d.ts.map