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