import type { ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class CiscoWebexOAuth2Api implements ICredentialType {
    name: string;
    extends: string[];
    displayName: string;
    documentationUrl: string;
    icon: {
        readonly light: "file:icons/Cisco.svg";
        readonly dark: "file:icons/Cisco.dark.svg";
    };
    properties: INodeProperties[];
}
//# sourceMappingURL=CiscoWebexOAuth2Api.credentials.d.ts.map