export declare const solve_binding: { $grammar: { "solve_binding:named": (string | { name: string; type?: undefined; } | { type: string; name?: undefined; })[]; }; }; export declare const solve_bindings: { $grammar: { "solve_bindings:solve_bindings": ({ entries: { $ap: string[]; }; last_entry?: undefined; $ap?: undefined; } | { last_entry: string; entries?: undefined; $ap?: undefined; } | { $ap: string[]; entries?: undefined; last_entry?: undefined; })[]; }; }; //# sourceMappingURL=solve_binding.d.ts.map