declare var getMd5: (d: any) => string;
export { getMd5 };
