/** * 获取唯一Id */ declare const getId: () => string; declare const md5: (md5str: string) => string; export { md5, }; export { getId, };