declare const computeCRC: (str: string) => string;
export default computeCRC;
