type image = "baseline" | "different" | "grayed" | "very_different_colors" | "with_text";
export declare const getSnapshotImage: (image: image) => string;
export {};
