declare module "base-64" { function decode(input: string): string; function encode(input: string): string; }