import type { IAuthenticateGeneric, ICredentialDataDecryptedObject, ICredentialTestRequest, ICredentialType, IHttpRequestHelper, INodeProperties } from 'n8n-workflow'; export declare class CrowdStrikeOAuth2Api implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: { readonly light: "file:icons/CrowdStrike.svg"; readonly dark: "file:icons/CrowdStrike.dark.svg"; }; httpRequestNode: { name: string; docsUrl: string; apiBaseUrl: string; }; properties: INodeProperties[]; preAuthentication(this: IHttpRequestHelper, credentials: ICredentialDataDecryptedObject): Promise<{ sessionToken: string; }>; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; } //# sourceMappingURL=CrowdStrikeOAuth2Api.credentials.d.ts.map