export declare function resolvePluginMainPath(pluginsDir: string, pluginId: string, main: string): string;
export declare function resolvePluginEntryPath(packageDir: string, entry: string): string;
export declare function pluginUpdateStagingDirName(pluginId: string): string;
export declare function pluginUpdateBackupDirName(pluginId: string): string;
