import { type PreparePromptAttachmentsResult } from './attachments.js'; export declare function saveClipboardImageToFile(destPath: string): Promise; export declare function readClipboardAttachmentPaths(): Promise; export declare function prepareClipboardAttachment(options: { runtimeDir: string; cwd: string; startIndex?: number; saveClipboardImage?: (destPath: string) => Promise; readClipboardPaths?: () => Promise; }): Promise; export declare function prepareClipboardImageAttachment(options: { runtimeDir: string; cwd: string; startIndex?: number; saveClipboardImage?: (destPath: string) => Promise; }): Promise; //# sourceMappingURL=clipboard-image.d.ts.map