export declare const decode: (data: string[], width: number, height: number) => Uint8ClampedArray;
