import type { Ctx } from '../get-context/index.js';
export declare function getFilter({ cli, rcFile }: Ctx['config']): string;
