import type { ImageGenResult } from './types.js'; export declare function altFromPath(filePath: string): string; export declare function formatImageResult(result: ImageGenResult): string; /** Backward-compatible name for downstream imports during the tool-to-CLI migration. */ export declare const formatToolResultText: typeof formatImageResult; //# sourceMappingURL=format.d.ts.map