import { Context } from "../transform.js";
import { Comment } from "../types.js";
import * as YAML from "../yaml.js";
export declare function transformComment(comment: YAML.cst.Comment, context: Context): Comment;
