import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, Icon, INodeProperties } from "n8n-workflow"; export declare class SalesSuiteApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: Icon; authenticate: IAuthenticateGeneric; properties: INodeProperties[]; test: ICredentialTestRequest; }