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