/** An enum of first party livekit attributes generated by the serverside agents sdk */
export declare enum ParticipantAgentAttributes {
    AgentState = "lk.agent.state",
    PublishOnBehalf = "lk.publish_on_behalf",
    TranscriptionFinal = "lk.transcription_final",
    TranscriptionSegmentId = "lk.segment_id",
    TranscribedTrackId = "lk.transcribed_track_id"
}
//# sourceMappingURL=participant-attributes.d.ts.map