export declare class Base64 { private static PADCHAR; private static ALPHA; private static getByte; private static getByte64; static decode(s: string): string; static encode(s: string): string; }