/** * The SDK package name. */ export declare const SDK_NAME: string; /** * The SDK package version. */ export declare const SDK_VERSION: string; /** * Default User-Agent string for the SDK. * * Format: `b2c-tooling-sdk/0.1.0` */ export declare const SDK_USER_AGENT: string;