import type { CreateCommentParams, CreateResult } from '../types.js'; /** * Creates a comment entity. Content can be plain text or markdown. * * @deprecated Use `createGeoClient({ network }).comments.create(...)` for fetched reply context, or * `Ops.comments.create(...)` when reply context is already available. */ export declare const createComment: ({ network, ...params }: CreateCommentParams) => Promise; //# sourceMappingURL=create-comment.d.ts.map