/** * SDK version info * Used for X-SMH-SDK-Version header identification */ export declare const SDK_VERSION: string; export declare const SDK_NAME = "smh-js-sdk"; export declare const getUserAgent: () => string;