/**
 * `RawItemType` lists the possible item types
 * (`job`, `story`, `comment`, `poll`, or `pollopt`)
 */
export declare type RawItemType = "job" | "story" | "comment" | "poll" | "pollopt";
//# sourceMappingURL=raw-item-type.d.ts.map