export declare class CanvasUtils {
    static base64toUInt8Array(data: any): Uint8Array;
}
