import type { ComputedRef } from 'vue'; import type { NavbarItem } from '../typings.js'; /** * Get navbar config of repository link */ export declare const useNavbarRepo: () => ComputedRef;