/** * `spectral unbind` — remove the local Studio project binding. * * Reads `.aexol/aexol.jsonc`, reports what project was unbound, and deletes * the file. Idempotent: missing binding is not an error. */ export declare function runUnbind(): Promise; //# sourceMappingURL=unbind.d.ts.map