import { Storage } from '../setup/index.cjs'; import { TrackTags } from '../track/types.cjs'; import '../visitor/types.cjs'; import '../track/gtag.cjs'; declare function getDeviceId(): string; declare function getTags(): Promise; declare const storage: Storage; export { getDeviceId, getTags, storage };