/** * When builder authoring is on in dev, auto-writes `public/tenant-products.json` * so products + entities + hub table state survive hard refresh and clear site data. */ declare function BuilderDevSync(): null; export { BuilderDevSync };