import { CreateExperienceInput } from '../types'; /** * function to either modify the UID or eliminate it if the audience is not created in the target project * @param experience - experience object * @param audiencesUid - {audiencesUid} audiences mapper data in format {: } * @returns */ export declare const lookUpAudiences: (experience: CreateExperienceInput, audiencesUid: Record) => CreateExperienceInput;