/// <reference types="node" />

declare function btoa(str: string | Buffer): string;

export = btoa;
