/**
* `getShowStoriesIds` returns the list of up to 200 IDs of the "Show HN" stories.
*
* @see {@link https://github.com/HackerNews/API#ask-show-and-job-stories}
*/
export declare function getShowStoriesIds(): Promise<number[]>;
//# sourceMappingURL=get-show-stories-ids.d.ts.map