import { MaybeRef } from 'vue'; import { TrackPublication, LocalParticipant, Room } from 'livekit-client'; export interface UseLocalParticipantOptions { room?: MaybeRef; } export declare function useLocalParticipant(options?: UseLocalParticipantOptions): { isMicrophoneEnabled: import('vue').Ref; isScreenShareEnabled: import('vue').Ref; isCameraEnabled: import('vue').Ref; microphoneTrack: import('vue').ShallowRef; cameraTrack: import('vue').ShallowRef; lastMicrophoneError: import('vue').Ref; lastCameraError: import('vue').Ref; localParticipant: import('vue').ShallowRef; }; //# sourceMappingURL=useLocalParticipant.d.ts.map