import type { SearchClient } from '../types'; export declare function getAppIdAndApiKey(searchClient: SearchClient): { appId: string; apiKey: string; };