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