export type LlmsImpl = 'ts' | 'engine'; export declare function resolveCoreModulePath(subpath: string, impl?: LlmsImpl): string; export declare function resolveCoreModuleUrl(subpath: string, impl?: LlmsImpl): string; export declare function importCoreModule(subpath: string, impl?: LlmsImpl): Promise;