import type { PineconeClient } from '../src/index.js'; export declare const NAMESPACE = "pinecone-fetch-e2e"; export type Metadata = { count: number; tags?: string[] | null; approved?: boolean; }; /** * Minimal E2E tests until I setup a proper test suite. * Run by the native and polyfilled test files. */ export declare function e2eTests(pinecone: PineconeClient): Promise;