/** * Strips markdown syntax and returns the first 20 characters for use as the comment name. * * @deprecated Use `Ops.comments.create(...)`, `Ops.comments.update(...)`, or * `createGeoClient({ network }).comments.*(...)`; comment names are derived * internally by the new comment helpers. */ export declare function deriveCommentName(content: string): string; //# sourceMappingURL=comment-utils.d.ts.map