import { Icon, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class CreatioApi implements ICredentialType { displayName: string; name: string; icon: Icon; documentationUrl: string; properties: INodeProperties[]; test: ICredentialTestRequest; }