import type { IAuthenticateGeneric, ICredentialDataDecryptedObject, ICredentialTestRequest, ICredentialType, IHttpRequestHelper, INodeProperties } from 'n8n-workflow'; export declare class WekanApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; preAuthentication(this: IHttpRequestHelper, credentials: ICredentialDataDecryptedObject): Promise<{ token: string; }>; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; } //# sourceMappingURL=WekanApi.credentials.d.ts.map