import { type EntryMapItem, type EvolveEntryMap } from '../types/types-entry-map.js'; import { type FlatEvolveOptions } from '../types/types-options.js'; /** * Only fetch group entry map once `serve`,`build` recycle. * @returns */ export declare const assertGroupEntryItem: (entryMap: EvolveEntryMap, evolveOptions: FlatEvolveOptions) => EntryMapItem[];