export declare const PLUGIN_PACKAGE_NAME: string; export declare const CONFIG_BASENAME: string; export declare const PLUGIN_REPOSITORY_URL: string; export declare const PLUGIN_GITHUB_REPOSITORY: string; export declare function getPreferredPluginEntry(_currentVersion?: string): string; export declare function isManagedPluginEntry(entry: string): boolean; export declare function extractPinnedVersionFromPluginEntry(entry: string): string | null; export declare function getPluginEntrySource(entry: string): "package" | "github" | "file";