import type { VendoComposition } from "./compose-context.js"; /** The config surfaces, resolved to the shapes app generation and the system * prompt read them through. */ export declare const composeSurfaces: (composition: VendoComposition) => Pick;