/**
* @packageDocumentation AdvertisingBase.package
*
* Advertising base package creates and registers the advertising state atom.
*
* ### `AdvertisingBase` Package Dependency Graph
*
*/
import type { EmptyObject } from '../../../../framework-types/BaseTypes';
import type { AdvertisingBasePackageExports } from './Types';
export declare const AdvertisingBasePackage: import("../../../../framework-types/package-api/Package").Package;
export default AdvertisingBasePackage;
export declare const version: string;