declare class ExtraTools {
    initAbletonJs(): Promise<string>;
}
export default ExtraTools;
