declare module 'base64-browser' { export function encode(input: string): string; export function decode(input: string): string; }