import { Comment, TrailingCommentAttachable } from "../types.js";
export declare function createTrailingCommentAttachable(trailingComment?: null | Comment): TrailingCommentAttachable;
