import type { FailedSnapshot } from '../../types'; export declare function handleUpdateAction({ filePath, snapName, newSnapImageBuffer, description, }: FailedSnapshot): Promise;