import { INodeType, INodeTypeDescription, ILoadOptionsFunctions } from 'n8n-workflow';
export declare class ReferralFactory implements INodeType {
    description: INodeTypeDescription;
    methods: {
        loadOptions: {
            getCampaigns(this: ILoadOptionsFunctions): Promise<any>;
        };
    };
}
