import { ISelectorFilterRaw } from './ISelectorFilter';
export declare type ISplitSelectorFilter = (combinedFilter: string) => ISelectorFilterRaw;
