import { AggregationCondition } from 'interfaces'; export default function checkCondition(childItem: Object | void, conditions?: Array): boolean;