import { FilterFunction } from './filter-function'; export interface DocumentFilters { [x: string]: FilterFunction; }