import type { NodeLike } from './node.ts' export type Envelope = { id: string from?: NodeLike to?: NodeLike metadata?: Record pp?: NodeLike }