import type { UmbControllerHost } from '../../../../libs/controller-api/index.js'; /** * Check if the current user is the user with the given unique id * @param host * @param userUnique */ export declare const isCurrentUser: (host: UmbControllerHost, userUnique: string) => Promise;