export type IFilterParser = (
  url: string,
) => string[];
