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