import { WhenBlock } from "../../blocks/types"; export declare const parseWhen: (container: HTMLElement, when: WhenBlock) => string[];