comparer: {
    default: typeof defaultComparer;
    identity: typeof identityComparer;
    shallow: typeof shallowComparer;
    structural: typeof structuralComparer;
}