import { ICredentialType, INodeProperties, IAuthenticateGeneric } from 'n8n-workflow'; export declare class RdStationCrmApi implements ICredentialType { name: string; displayName: string; description: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }