export declare const getSectionMember: (parameters: { roomId: string; sectionId: string; }) => string[]; export declare const subcribeSectionMembers: (parameters: { roomId; sectionId: string; }) => any; export declare const subcribeToAllProfileOfRoom: (parameters: { roomId; }) => any; export declare const subscribeToOneSectionMemberWithProfle: (parameters: { roomId; sectionId?: string; address: string; }) => any; export declare const subscribeToSectionMemberWithProfle: (parameters: { roomId; sectionId: string; }) => any;