/// <reference types="cheerio" />
export declare function getFilter(y: 'i' | 'n'): ($: CheerioStatic) => CheerioElement[];
