import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class SearchFilter { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) getLabel(): string getResultCount(): number getSysId(): string }