import { type ActionDefinition } from '@appsemble/types';
export declare const allActions: Set<string>;
export type ActionName = ActionDefinition['type'];
