import type { UmbControllerHost } from '../../../../libs/controller-api/index.js'; /** * Check if the current user is an admin * @param {UmbControllerHost} host The controller host * @returns {Promise} True if the current user is an admin, otherwise false */ export declare const isCurrentUserAnAdmin: (host: UmbControllerHost) => Promise;