import type Owner from '@ember/owner'; import { type OrbitRegistry } from '../utils/orbit-registry.ts'; export declare function setupOrbit(owner: Owner, modules: Record, config?: { schemaVersion?: number; }): OrbitRegistry; //# sourceMappingURL=ember-orbit-setup.d.ts.map