/// export { combineCrc64 } from 'tos-crc64-js'; export declare class CRC { private value; reset(): void; updateBlob(): Promise; update(value: Buffer): string; getCrc64(): string; }