import { parsedOption } from "../types"; export declare function createFlagNamesSet(options: parsedOption[]): Set;