import { InitializerOptions } from '@wixc3/engine-core'; /** * when running the engine application, an active environment should be provided to this runtime, with the id {@link ENGINE_ROOT_ENVIRONMENT_ID} * when running engine application using [\@wixc3/engineer](../../engineer), it is done in the node environments manager */ export declare const localNodeEnvironmentInitializer: ({ communication: com, env }: InitializerOptions) => { id: string; }; //# sourceMappingURL=local-env-inititializer.d.ts.map