import { FeedsAttributes } from "../libs/fsengagementlite"; import { EngagementAttributes } from "../service"; export declare const mapAttributeForFeeds: (key: string, value: any) => { key: string; value: any; type: string; }; export declare const serializeAttributesForFeeds: (attributesObj: FeedsAttributes, prefix?: string) => EngagementAttributes[];