import { FilterImpl } from './filter-impl';
export declare type FilterImplOptions = (this: FilterImpl, value: any, ...args: any[]) => any;
