/** * ```js * import { PostRepository } from '@amityco/ts-sdk' * const flagged = await PostRepository.flagPost(postId, reason) * ``` * * @param postId of the post to flag * @param reason the reason to flag the post * @returns a boolean * * @category Post API * @async * */ export declare const flagPost: (postId: Amity.Post['postId'], reason?: Amity.ContentFlagReason) => Promise; //# sourceMappingURL=flagPost.d.ts.map