declare module "bindings" { export default function(opts: string | { try: string[][]; bindings: string; }): T; }