export declare class Base64Serializer { static encodeString: (str: string) => string; static decodeToString: (b64: string) => string; }