import { Command, OptionValues } from 'commander'; export declare function createFlagFinder(args: string[]): (...findFlags: string[]) => boolean; export declare function command(opts: OptionValues, cmd: Command): Promise;