import { Updated } from "./updated";
/**
 * `getLatestItemAndUserUpdates` returns the latest updates for items and users.
 *
 * @see {@link https://github.com/HackerNews/API#changed-items-and-profiles}
 */
export declare function getLatestItemAndUserUpdates(): Promise<Updated>;
//# sourceMappingURL=get-latest-item-and-user-updates.d.ts.map