import type { ICredentialType, INodeProperties, Icon } from 'n8n-workflow'; export declare class HttpDigestAuth implements ICredentialType { name: string; displayName: string; documentationUrl: string; genericAuth: boolean; icon: Icon; properties: INodeProperties[]; } //# sourceMappingURL=HttpDigestAuth.credentials.d.ts.map