import type { RuntimeWorkerConfig, RuntimeItemContext } from './types.js'; import type { InboxItem } from '../../shared/inbox.js'; export interface RuntimeContextQueue { find(itemId: string): Promise; } export declare function runtimeContextForItemId(itemId: string, config: RuntimeWorkerConfig, queue?: RuntimeContextQueue): Promise; //# sourceMappingURL=context.d.ts.map