UNPKG

590 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 {Config} from '@jest/types';
8
9/**
10 * Copyright (c) Meta Platforms, Inc. and affiliates.
11 *
12 * This source code is licensed under the MIT license found in the
13 * LICENSE file in the root directory of this source tree.
14 *
15 */
16export declare function repl(): Promise<void>;
17
18export declare function runtime(
19 cliArgv?: Config.Argv,
20 cliInfo?: Array<string>,
21): Promise<void>;
22
23export {};