/** * 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';declaretypeResolverOptions={basedir:Config.Path;browser?:boolean;defaultResolver:typeofdefaultResolver;extensions?:Array<string>;moduleDirectory?:Array<string>;paths?:Array<Config.Path>;rootDir?:Config.Path;};exportdefaultfunctiondefaultResolver(path:Config.Path,options:ResolverOptions):Config.Path;exportdeclarefunctionclearDefaultResolverCache():void;export{};