export type OutputFormat = 'json' | 'text' | 'plain'; export declare function formatOutput(data: unknown, format: OutputFormat): string; /** @internal Reserved for Phase 2 — LLM content boundary support */ export declare function wrapWithBoundary(content: string, nonce?: string): string; //# sourceMappingURL=formatter.d.ts.map