/** * ManifestBuilder - State manager for AI tool calls * * Tracks the manifest being built across multiple AI tool calls. * * @module ai/state */ import type { ManifestBuilder as IManifestBuilder } from './types'; /** * Create a new ManifestBuilder instance */ export declare function createManifestBuilder(): IManifestBuilder; //# sourceMappingURL=state.d.ts.map