import { IFilterOptions } from './filter.type'; export declare class BixiFilterService { getBoolean(valOrFunc: undefined | boolean | (() => boolean), def: boolean): boolean; genOptions(options: IFilterOptions): IFilterOptions; }