import { IAuthenticateGeneric, ICredentialType, INodeProperties, ICredentialTestRequest } from 'n8n-workflow'; export declare class InstantlyApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: "file:instantly.svg"; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; } //# sourceMappingURL=InstantlyApi.credentials.d.ts.map