import { ConditionProps } from './condition';
export declare const maxNestedDepth: (maxDepth: number) => (condition: ConditionProps, currentDepth?: number) => boolean;
