/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */importtype{Config}from'@jest/types';importtype{Options}from'yargs';importtype{DeprecatedOptions}from'./types';exportdeclareconstDOCUMENTATION_NOTE:string;exportdefaultfunctionvalidateCLIOptions(argv:Config.Argv,options:{deprecationEntries:DeprecatedOptions;[s:string]:Options;},rawArgv?:Array<string>):boolean;