import { Comment, EndCommentAttachable } from "../types.js";
export declare function createEndCommentAttachable(endComments?: Comment[]): EndCommentAttachable;
