import { type Binding } from "./references"; import { type Section } from "./sections"; export declare function getForSelectorKey(bodySection: Section, closure: Binding): Binding | undefined; export declare function isForSelectorValue(binding: Binding): boolean; export declare function detectForSelector(bodySection: Section, keyBinding: Binding): void;