import { Attributes } from "./types.js";

//#region src/useAbTestAttributes.d.ts
declare const useAbTestAttributes: () => [Attributes, (attributes: Attributes) => void];
//#endregion
export { useAbTestAttributes };