import { INodeProperties, IExecuteFunctions, IDataObject, INodeExecutionData } from 'n8n-workflow';
/**
 * Summary Config API Properties
 * Properties specific to the summaryConfig API resource
 *
 * TODO: Test the update operation properties - some properties (history_insight_prompt,
 * user_insight_prompt, daily_analytics_prompt, content_summary_prompt) were added based
 * on handler usage but haven't been integration tested yet.
 */
export declare const summaryConfigApiProperties: INodeProperties[];
/**
 * Summary Config API Handler
 * Handles requests to the summaryConfig API
 *
 * TODO: Test the update operation with all the new prompt properties
 */
export declare function handleSummaryConfigApi(executeFunctions: IExecuteFunctions, itemIndex: number, adminUrl: string, adminToken: string): Promise<IDataObject | INodeExecutionData[]>;
//# sourceMappingURL=summaryConfigApi.d.ts.map