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