import type { DynamicResolver } from "../utils/schema-utils"; import type { ActionTypeProperty } from "../types/properties"; export interface ActionItem { key: string; title?: string; name?: string; description?: string; action_type: string; is_hidden?: boolean; } export declare const actionKeyResolver: DynamicResolver; //# sourceMappingURL=actionKey.d.ts.map