import { UmbEntityActionBase } from '../../entity-action-base.js'; import type { UmbEntityActionArgs } from '../../types.js'; import type { MetaEntityActionCreateKind } from './types.js'; import type { UmbControllerHost } from '../../../../../libs/controller-api/index.js'; export declare class UmbCreateEntityAction extends UmbEntityActionBase { #private; constructor(host: UmbControllerHost, args: UmbEntityActionArgs); getHref(): Promise; execute(): Promise; } export { UmbCreateEntityAction as api };