declare module "base64-js"{
    export function toByteArray(base64Str:string);
    export function fromByteArray(byteArray:number[]);
}