import { BackgroundEntry } from './background-entry.js'; export interface InternalBackgroundEntry extends BackgroundEntry { guid: string; createdEpochMS: number; traceId: string; traceDepth: number; meta?: Record; }