export declare class WebUtils {
    static toByteArray(base64Data: string): Uint8Array;
}
