export declare class Checksum { private key; constructor(key: string); verify(snapshot: any): void; generate(snapshot: any): string; }