import * as $dara from '@darabonba/typescript'; export declare class Matcher extends $dara.Model { label?: string; operator?: string; value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }