import type { UmbEntityActionArgs } from '../../core/entity-action/index.js'; import { UmbEntityActionBase } from '../../core/entity-action/index.js'; import type { UmbControllerHostElement } from '../../../libs/controller-api/index.js'; export declare class UmbLanguageCreateEntityAction extends UmbEntityActionBase { constructor(host: UmbControllerHostElement, args: UmbEntityActionArgs); execute(): Promise; } export { UmbLanguageCreateEntityAction as api };