import type { Command } from 'commander'; export declare function generateFilter(program: Command, name: string): void;