export declare class PromptHandler { uploadImage(imagePath: string): Promise; runPrompt(prompt: string, imagePath?: string): Promise; isSnapshotImageSupported(): boolean; }