/** * Wrapper around browser `btoa` function to allow substituting a * Node.js-specific implementation. * * @packageDocumentation * @internal * @hidden */ /** * @internal * @hidden */ export declare function btoa(str: string): string; //# sourceMappingURL=btoa.web.d.ts.map