import { GivenBlock } from "../../blocks/types"; export declare const parseGiven: (container: HTMLElement, given: GivenBlock) => void;