/**
 * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
export declare const APP_NAME: string;
export declare const APP_VERSION: string;
/**
 * Get the app name (the Nextcloud app id).
 */
export declare function useAppName(): string;
/**
 * Get the localized app name.
 */
export declare const useLocalizedAppName: () => string;
