import { Ableton } from "../index.js"; export declare const withAbleton: (callback: (ab: Ableton) => Promise) => Promise;