import type { Instance } from "ink";
import "source-map-support/register";
declare global {
    var app: Instance;
}
