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