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