/** * Created by Christophe on 03/02/2017. */ export declare class Condition { private testFunction; constructor(testFunction?: Function); eval(): boolean; }