import type { GraphQLSchema } from 'graphql'; import type { PaginationType } from '../../../settings/index.js'; import type { MenuGroup, SidebarItem } from '../../models/index.js'; export declare const groupsToSidebarItems: (menuGroups: MenuGroup[], pagination?: PaginationType, pathPrefix?: string, schema?: GraphQLSchema) => SidebarItem[];