/** * `spectral bind` — link the current directory to an Aexol Studio project. * * Usage: * spectral bind [--team-id ] [--name ] [--force] * * Writes `.aexol/aexol.jsonc` so that `spectral` knows which Studio project * this repository belongs to. By default it refuses to overwrite an existing * binding; pass `--force` to rebind. */ export declare function runBind(args: string[]): Promise; //# sourceMappingURL=bind.d.ts.map