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