/** * If the project doesn't have the embedding model cached, * copy it from the bundled models in this package. * Returns true if a model was deployed, false if already present or no bundle. */ export declare function deployBundledModel(contextDir: string): boolean; //# sourceMappingURL=deploy.d.ts.map