import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class AgentMailApi implements ICredentialType { name: string; displayName: string; icon: "file:../nodes/AgentMail/agentmail.svg"; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }