/** * Node.js implementation of browser `btoa` function. * * @packageDocumentation * @internal * @hidden */ /** * @internal * @hidden */ export declare function btoa(str: string): string; //# sourceMappingURL=btoa.d.ts.map