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