import { KeyFilter } from "./types"; /** * * @param filters */ export default function combineFilters(...filters: KeyFilter[]): KeyFilter;