import { Filter } from '../types'; export declare const cleanFilter: (filter: Filter | undefined) => Filter | undefined;