export declare const decodeImage: (screenshotSrc: string) => Promise<string>;
