export declare class CallingDetailsUtils { static getDefaultMessageTypes: () => string[]; static getDefaultCategories: () => string[]; static isSentByMe(call: CometChat.Call, loggedInUser: CometChat.User): boolean; static isMissedCall(call: CometChat.Call, loggedInUser: CometChat.User): boolean; static getCallStatus(call: CometChat.Call, loggedInUser: CometChat.User): string; } //# sourceMappingURL=CallingDetailsUtils.d.ts.map