import { INodeProperties } from "n8n-workflow";
export declare const crmFields: INodeProperties[];
export declare const CRM_ENTITY_MAPPING: Record<string, {
    key: string;
    name: string;
    plural: string;
}>;
export declare const CRM_OPERATION_MAPPING: Record<string, string>;
