import { INodeProperties } from 'n8n-workflow'; import { Resource } from '.'; export declare class Resources { private static readonly _resources; static getProperties(): INodeProperties[]; static getResource(name: string): Resource; }