export { AppArgs, AppState } from "./app";
export type App = import("./app").App;
export declare const App: typeof import("./app").App;
export { GetAppArgs, GetAppResult, GetAppOutputArgs } from "./getApp";
export declare const getApp: typeof import("./getApp").getApp;
export declare const getAppOutput: typeof import("./getApp").getAppOutput;
