import type { VendoComposition } from "./compose-context.js"; /** 06-apps §1 — the app runtime, and the three registries that join the ONE * tool registry the moment it exists. */ export declare const composeApps: (composition: VendoComposition) => Pick;