UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

11 lines 369 B
import type { INodeType, INodeTypeDescription } from 'n8n-workflow'; import { getAgentModels } from './GenericFunctions'; export declare class Perplexity implements INodeType { description: INodeTypeDescription; methods: { listSearch: { getAgentModels: typeof getAgentModels; }; }; } //# sourceMappingURL=Perplexity.node.d.ts.map