/**
 * ```js
 * import { CommentRepository } from '@amityco/ts-sdk'
 * const flagged = await CommentRepository.flagComment(commentId, reason)
 * ```
 *
 * @param commentId The ID of the comment to flag
 * @param reason the reason to flag the comment
 * @returns the created report result
 *
 * @category Comment API
 * @async
 * */
export declare const flagComment: (commentId: Amity.Comment['commentId'], reason?: Amity.ContentFlagReason) => Promise<boolean>;
//# sourceMappingURL=flagComment.d.ts.map