import { AgentCopilotTranscriptionSentence } from "../../../core/FlexDataClient"; import { ITask } from "../../../models"; import { ConferenceState } from "../../../state/Conferences"; import { WorkerState } from "../../../state/WorkerState"; export declare const getCustomerIdentity: (task?: ITask) => any; export declare const populateTranscriptParticipantNames: (task?: ITask, worker?: WorkerState, conference?: ConferenceState, transcript?: AgentCopilotTranscriptionSentence[]) => AgentCopilotTranscriptionSentence[];