import type { FlowContent } from '../content-fields/index';
import type { FlowBuilderContext } from './context';
export declare function getContentsByAiAgentFromUserInput({ cmsApi, flowBuilderPlugin, botonicContext, }: FlowBuilderContext): Promise<FlowContent[]>;
