export declare function fetchMenuInfo(): Promise; export declare function turn2MenuByCodeOrId(data: { menuId: string; menuCode: string; params: any; }): void;