import { Context } from "../transform.js";
import { BlockLiteral } from "../types.js";
import * as YAML from "../yaml.js";
export declare function transformBlockLiteral(blockLiteral: YAML.ast.BlockLiteral, context: Context): BlockLiteral;
