import { Action } from '@elizaos/core';
/**
 * CancelFormAction cancels an active form.
 */
export declare const cancelFormAction: Action;
