import { ICredentialType, INodeProperties, IAuthenticateGeneric } from 'n8n-workflow'; export declare class UnstractHITLApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: "file:llmWhisperer.svg"; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }