import { INodeProperties } from "n8n-workflow";
export declare const AUTHENTICATION = "authentication";
export declare const SOAP_API_CREDENTIAL = "soapApi";
export declare const SOAP_API_CREDENTIALS_TYPE = "soapAPICredentialType";
export declare const authenticationOperations: INodeProperties[];
