import { ThenBlock } from "../../blocks/types"; export declare const parseThen: (container: HTMLElement, then: ThenBlock) => void;