export declare function compareDeep(actual: any, expected: any, tab: string, references: Set<unknown>): string;
