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