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