import { ReactionContent } from '../__generated__/codegen/graphql.js'; import { P as Publissue } from '../index-O5L4GNTY.js'; import '@graphql-typed-document-node/core'; import '../lib/pager.js'; import '../lib/graphql.js'; import '../lib/types.js'; import '../__generated__/codegen/fragment-masking.js'; import '../__generated__/codegen/gql.js'; declare function addComment(this: Publissue, props: { body: string; postId: string; }): Promise<{ comment: { id: string; reactions: { name: ReactionContent; count: number; }[]; author: { name: string; avatarUrl: string | null; login: string | null; twitterUsername: string | null; } | null; createdAt: string; body: string; lastEditedAt: string | null; isMinimized: boolean; minimizedReason: string | null; totalReactions: number; }; }>; export { addComment };