import { Definition } from "../blocks/types"; export { GivenBlock, WhenStatement, UserActionStatement, QueryStatement, WhenBlock, ThenStatement, ThenEventListenerStatement, ThenBlock, Definition } from "../blocks/types"; export declare const parse: (container: HTMLElement, definition: Definition) => void;