declare const isomorphicBtoa: (data: string) => string;

export { isomorphicBtoa };
