import { type IExecuteFunctions, type ILoadOptionsFunctions, type INodeExecutionData, type INodeType, type INodeTypeDescription } from 'n8n-workflow';
import type { Option } from './types';
export declare class MonicaCrm implements INodeType {
description: INodeTypeDescription;
methods: {
loadOptions: {
getActivityTypes(this: ILoadOptionsFunctions): Promise<{
value: string;
name: string;
}[]>;
getTagsToAdd(this: ILoadOptionsFunctions): Promise