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