/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @format
 */
export declare const legacyPluginInstallationDir: string;
export declare const pluginInstallationDir: string;
export declare const pluginCacheDir: string;
export declare function getPluginSourceFolders(): Promise<string[]>;
export declare function getPluginInstallationDir(name: string): string;
export declare function getPluginVersionInstallationDir(name: string, version: string): string;
export declare function getPluginDirNameFromPackageName(name: string): string;
//# sourceMappingURL=pluginPaths.d.ts.map