/** * @copyright Copyright (c) Sindre Sorhus (sindresorhus.com) * @license {@link https://github.com/sindresorhus/has-flag/blob/main/license|MIT} * @description modified version of https://github.com/sindresorhus/has-flag/blob/main/index.js */ /** hasFlag */ export declare const hasFlag: (flag: string, argv?: string[]) => boolean;