import type { PineconeConfiguration } from '../data';
export declare const buildUserAgent: (config: PineconeConfiguration) => string;
