import type { Opt } from "./optional"; import type { Binding } from "./references"; import type { Section } from "./sections"; export declare function isSectionRendererElided(section: Section): boolean; export declare function bindingHasProperty(binding: Binding, properties: Opt): boolean;