export declare function getApiVersion(): string; export declare function getNamespace(): string; export declare function isAuthError(err: unknown): boolean; export declare function getLegacyCacheKey(pluginId: string, _showErrorAlert?: boolean): string; export declare function getCacheKey(pluginId: string, _showErrorAlert?: boolean): string;