import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class RdStationCrmApi implements ICredentialType {
    name: string;
    displayName: string;
    icon: {
        readonly light: "file:rdStationCrm.svg";
        readonly dark: "file:rdStationCrm.dark.svg";
    };
    documentationUrl: string;
    properties: INodeProperties[];
    authenticate: IAuthenticateGeneric;
    test: ICredentialTestRequest;
}
