import { Uri } from "./Uri.js";
export type AppTarget = {
    /**
     * object (Uri)
     */
    targetUri?: Uri;
};
