declare global { function atob(input: string): string; } /** * Base64 decode * * @internal * @param encodedString - * @returns */ export declare function base64decode(encodedString: string): string; //# sourceMappingURL=base64.d.ts.map