import type { Comparator, FilterConfig } from '../../types';
export declare function compareObjects(actual: unknown, expected: unknown, comparator: Comparator, config: FilterConfig, anyPropertyKey: string, matchAgainstAnyProp: boolean, dontMatchWholeObject: boolean, expectedType: string, currentDepth: number): boolean;
