import { LokaliseApi } from "@lokalise/node-api";
/**
 * Gets or creates the Lokalise API instance.
 * This is a singleton instance.
 * It will load configuration and check for the API key on first call.
 * @returns The initialized LokaliseApi instance.
 * @throws {McpError} if LOKALISE_API_KEY is not configured.
 */
export declare function getLokaliseApi(): LokaliseApi;
