import { Participant } from 'twilio-video'; export declare const useIsLocalParticipant: (participant: Participant) => boolean;