import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class DingTalkApi implements ICredentialType { name: string; displayName: string; properties: INodeProperties[]; }