import { Environment } from "../utils/types.js";
import "../utils/index.js";
import { HeaderAccountSectionData } from "./headerAccount.types.js";
import { HeaderLinkData } from "./header.types.js";
//#region src/header/helpers.d.ts
/** Loads templates for Header links and enriches them with urls from LinksContext. */
declare function useHeaderLinks(env: Environment): {
  accountSections: HeaderAccountSectionData[] | undefined;
  mainLinks: HeaderLinkData[] | undefined;
};
//#endregion
export { useHeaderLinks };

//# sourceMappingURL=helpers.d.ts.map