import { Filter } from '../index';
export declare const filterHandler: (filter: string | Filter) => string;
