UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 214 B
/** Resolve the installed sqlite-vec native extension for the current platform if present. */ export declare function resolveSqliteVecPlatformVariant(): { pkg: string; extensionPath: string; } | undefined;