declare const _default: import("../../action.js").ActionDefinition<{ resourceType: string; resourceId: string; targetId?: string; kind?: "annotation" | "comment" | "correction" | "decision" | "question" | "review"; anchor?: unknown; body: string; authorName?: string; resolutionTarget?: "agent" | "human"; mentions?: { label: string; email?: string; id?: string; }[]; metadata?: Record; }, import("../types.js").ReviewComment>; export default _default; //# sourceMappingURL=create-review-comment.d.ts.map