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