export declare function getUrlParam(name: any): string; export declare const codeMapBoolean: (code: any) => boolean; export declare function getDepartmentOptionCodeAll(departmentOption: any): any[]; export declare const useContrast: () => { contrastMap: { contrastVisible: boolean; logId: string; entryType: string; }; contrastClick: (entryType: any, logId: any) => void; setContrast: import("ahooks/lib/useSetState").SetState<{ contrastVisible: boolean; logId: string; entryType: string; }>; };