import { BlockValue, Comment, Content, Position } from "../types.js";
export declare function createBlockValue(position: Position, content: Content, chomping: "clip" | "keep" | "strip", indent: null | number, value: string, indicatorComment: null | Comment): BlockValue;
