export declare function diffSnapshots(oldSnapshot: string, newSnapshot: string): { pass: boolean; message: string; };