import { ICredentialType, INodeProperties, IAuthenticateGeneric, IHttpRequestMethods } from 'n8n-workflow'; export declare class PexelsApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: { request: { method: IHttpRequestMethods; baseURL: string; url: string; }; }; } //# sourceMappingURL=PexelsApi.credentials.d.ts.map