import { IExecuteFunctions } from 'n8n-workflow'; /** * Resource locator utilities for extracting IDs and values */ /** * Helper function to extract campaign ID from resourceLocator */ export declare function getCampaignId(context: IExecuteFunctions, itemIndex: number): string; /** * Helper function to extract email from resourceLocator */ export declare function getEmailAccount(context: IExecuteFunctions, itemIndex: number): string; /** * Generic helper to extract value from any resource locator */ export declare function getResourceLocatorValue(locator: any): string; //# sourceMappingURL=resourceLocatorHelpers.d.ts.map