import type { INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class DeepSeek implements INodeType {
    description: INodeTypeDescription;
}
