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