export function DecodeBase64Str(input: string) { return atob(input); }