import type { ChildApp } from '@tramvai/child-app-core'; export interface ChildAppModuleWrapper { default: ChildApp; } //# sourceMappingURL=module.d.ts.map