import { type LogGizmo } from '@just-web/log'; import type { JustAppOptions } from './just_app.types.js'; import type { IdGizmo } from './just_web_id.js'; import type { GizmoIncubator } from './unional_gizmo.js'; export declare function justApp(options: JustAppOptions): GizmoIncubator<{ id: string; name: string; } & { log: import("@just-web/log").GizmoStandardLog; }>; export declare namespace justApp { type Infer> = Awaited>; } //# sourceMappingURL=just_app.d.ts.map