import { INodePropertyOptions } from 'n8n-workflow';
export interface EspoCRMResource {
    resource: string;
    operation: string;
}
export declare const operations: {
    name: string;
    value: string;
    description: string;
    action: string;
}[];
export declare const getFilterOptions: INodePropertyOptions[];
