export declare class Condition { constructor(name: string, value: string); name: string; value: string; }