UNPKG

403 BTypeScriptView Raw
1/**
2 * Copyright (c) Meta Platforms, Inc. and affiliates.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7import type {Options} from 'yargs';
8
9export declare function run(
10 maybeArgv?: Array<string>,
11 project?: string,
12): Promise<void>;
13
14export declare const yargsOptions: {
15 [key: string]: Options;
16};
17
18export {};