/**
 * The current version of the SDK
 *
 * hardcoded for now, we would want to have it injected dynamically
 */
declare const VERSION = "1.16.0";

export { VERSION };
