import type { IAuthenticate, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class OpenWeatherMapApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticate; test: ICredentialTestRequest; } //# sourceMappingURL=OpenWeatherMapApi.credentials.d.ts.map