import { BlockLiteral, BlockValue } from "../types.js";
export declare function createBlockLiteral(blockValue: BlockValue): BlockLiteral;
