import type { PineconeConfiguration } from '../data';
export declare const AssistantHostSingleton: {
    getHostUrl: (config: PineconeConfiguration, assistantName: string) => Promise<any>;
    _reset: () => void;
    _set: (config: PineconeConfiguration, assistantName: string, hostUrl: string) => void;
    _delete: (config: PineconeConfiguration, assistantName: string) => void;
};
