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