import FeatheryClient from '../utils/featheryClient'; export declare function dynamicImport(dependencies: any, parallel?: boolean, force?: boolean): any; export declare function initializeIntegrations(integs: Record, featheryClient: FeatheryClient): Promise; export interface ActionData { pmField?: any; triggerElement?: any; triggerElementType?: 'button' | 'container'; client: any; formattedFields?: any; updateFieldValues: any; integrationData: any; targetElement?: any; } export declare function trackEvent(integrations: any, title: string, stepId: string, formName: string, fieldData?: any): void; //# sourceMappingURL=utils.d.ts.map