import type * as SchemaEngine from '../schema-engine/index.js'; export type SchemaEngineModule = typeof SchemaEngine; /** * Published CLI builds load the engine bundled inside `dist/`. Source/tests * use the workspace package so the engine remains independently testable. */ export declare function loadSchemaEngine(): Promise; //# sourceMappingURL=schema-engine-loader.d.ts.map