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