import { INodeProperties } from 'n8n-workflow';
/**
 * Common RAPIDS parameters used across most endpoints
 */
export declare const commonRapidsParams: INodeProperties[];
