import { ICredentialType, INodeProperties, Icon } from 'n8n-workflow';
export declare class BitrixOAuth2Api implements ICredentialType {
name: string;
displayName: string;
icon: Icon;
extends: string[];
documentationUrl: string;
properties: INodeProperties[];
}