type ScreenshotStrategy = 'both' | 'beforeAction' | 'afterAction'; interface UseScreenshotsProps { activeSessionId?: string | null; toolCallId?: string | null; messages: Record; environmentImage?: string; currentStrategy: ScreenshotStrategy; } export declare const useScreenshots: ({ activeSessionId, toolCallId, messages, environmentImage, currentStrategy, }: UseScreenshotsProps) => { relatedImage: string | null; beforeActionImage: string | null; afterActionImage: string | null; relatedImageUrl: string | null; beforeActionImageUrl: string | null; afterActionImageUrl: string | null; }; export {}; //# sourceMappingURL=useScreenshots.d.ts.map