import type { UmbScriptCreateOptionsModalData } from './types.js'; import { UmbModalToken } from '../../../../../core/modal/index.js'; /** * @deprecated Use the `Umb.EntityAction.Script.Create` entity action with `entityCreateOptionAction` extensions instead. Scheduled for removal in Umbraco 19. */ export declare const UMB_SCRIPT_CREATE_OPTIONS_MODAL: UmbModalToken;