import { INodeProperties } from 'n8n-workflow';
export declare const resource: {
    name: string;
    displayName: string;
    description: string;
    operations: string[];
};
export declare const resourceDescription: INodeProperties;
