/** * @returns A set of package names (or wildcard) derived from option value. */ export declare function getPackagesForOption(option?: string | string[] | boolean): Set;