/** * Constants class that defines the current version of the library. */ export declare class Version { /** * @type {string} - The current version of this library */ static CLOVER_CLOUD_SDK_VERSION: string; /** * @type {string} - The current SDK name. */ static CLOVER_CLOUD_SDK: string; }