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