import type { Identity } from '@icp-sdk/core/agent'; /** Report a spawn's channel tag. Silent no-op unless ENGRAMX_ATTRIBUTION_CANISTER is set. */ export declare function reportSpawnAttribution(opts: { identity: Identity; host: string; local?: boolean; }, defaultSource: string): void;