/// export declare class CRC { reset(): void; updateBlob(): Promise; update(_value: Buffer): string; }