import { Bindings } from "../types/bindings.js";
export declare function bindings_to_text(bindings: Bindings): string;
