export interface pickGroupConversationResults { chatId: string; title: string[]; } declare function pickGroupConversation(args?: { owner: boolean; }): Promise; declare namespace pickGroupConversation { var version: { android: string; ios: string; }; } export default pickGroupConversation;