import type { Provider } from '@elizaos/core';
/**
 * Provider that exposes active forms context to the agent
 */
export declare const formsProvider: Provider;
