declare function btoa(str: string): string;

export = btoa;
