import { type WorkBook } from "xlsx"; import { type MenuV3 } from "@/helper/feedmeModify/definitions"; export declare function excelToMenu(menu: MenuV3, book: WorkBook): MenuV3; export declare function groupBy(array: any, key: any): any; export declare function encodeId(id: string): string; export declare function decodeId(id: string): string; export declare function encode(date: string): string; export declare function decode(date: string): string;