import type { INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Currents implements INodeType { description: INodeTypeDescription; methods: { listSearch: { getProjects: typeof import("./methods/listSearch").getProjects; }; }; } //# sourceMappingURL=Currents.node.d.ts.map