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