import type { GrowthBook } from "../GrowthBook"; import type { UserScopedGrowthBook, GrowthBookClient } from "../GrowthBookClient"; export type AutoAttributeSettings = { uuidCookieName?: string; uuidKey?: string; uuid?: string; uuidAutoPersist?: boolean; }; export declare function autoAttributesPlugin(settings?: AutoAttributeSettings): (gb: GrowthBook | UserScopedGrowthBook | GrowthBookClient) => void; //# sourceMappingURL=auto-attributes.d.ts.map