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