import type { TypeGroup } from '../../schema/index.js';
export type MenuList = {
    [key in TypeGroup]?: () => string[];
};
