import { c as RefportTrackingResult, i as createEmbed, n as init, r as reset, t as getClickId } from "./index.cjs"; //#region src/auto.d.ts interface RefportAutoGlobal { createEmbed: typeof createEmbed; getClickId: typeof getClickId; init: typeof init; reset: typeof reset; result: RefportTrackingResult; } declare global { interface Window { Refport?: RefportAutoGlobal; _refport?: RefportAutoGlobal; } } declare const result: RefportTrackingResult; //#endregion export { createEmbed, getClickId, init, reset, result }; //# sourceMappingURL=auto.d.cts.map