import { IFilterOptions } from '../interfaces'; export declare function getFilter({ skipError, skipEmpty }: IFilterOptions): (item: any) => boolean;