import { Context } from "../transform.js";
import { BlockValue } from "../types.js";
import * as YAML from "../yaml.js";
export declare function transformAstBlockValue(blockValue: YAML.ast.BlockFolded | YAML.ast.BlockLiteral, context: Context): BlockValue;
