import { AnyObject } from '../types/mod.types';
export declare function checkCondition(condition: string | AnyObject): boolean;
