import type { FastifyPluginAsyncZod } from 'fastify-type-provider-zod'; import { type VectorStoreMeta } from '../adapters/openai/vector-stores-store.js'; declare const plugin: FastifyPluginAsyncZod; export declare function syntheticFromWorkspace(id: string, workspaces: Array<{ name: string; open: boolean; }>): VectorStoreMeta | null; export declare function looksBinary(data: Buffer): boolean; export default plugin; //# sourceMappingURL=vector-stores.d.ts.map