import { Filters } from '../types';

export function parse(filters: string): Filters;
