import type { Opt } from "./optional";
import type { Binding } from "./references";
export declare function bindingHasProperty(binding: Binding, properties: Opt<string>): boolean;
