/** Shared pure formatting helpers for AFT host plugins. */ /** Format bridge failure envelopes without dropping structured error data. */ export declare function formatBridgeErrorMessage(command: string, response: Record, params?: Record): string; export interface ReadFooterOptions { /** Host-specific parameter hint, for example `startLine/endLine` or `offset/limit`. */ rangeHint: string; } /** Build the navigation footer for a clamped `read` response. */ export declare function formatReadFooter(agentSpecifiedRange: boolean, data: Record, options: ReadFooterOptions): string; //# sourceMappingURL=tool-format.d.ts.map