import { CustomCriteriaNode } from './customCriteriaNode';
export interface CustomCriteriaLeaf extends CustomCriteriaNode {
}
