import { type InboxItem } from '../../inbox/wake-queue.service.js'; import type { RuntimeWorkerConfig, RuntimeItemContext } from '../../runtime/types.js'; import type { ReminderInboxItem } from '../../../shared/inbox.js'; export declare function ingestEvent(event: InboxItem, config: RuntimeWorkerConfig): Promise; export declare function makeReminderInboxItem(opts: { eventId?: string; reminderId: string; scheduledAt?: string; title?: string; timestamp?: string; }): ReminderInboxItem; //# sourceMappingURL=inbox.d.ts.map