import { ICondition } from '../../interfaces'; export default function parseConstraint(constraint: string): ICondition;