import { BaseClientModuleImpl } from './base-client.js';
export declare class UtilityClient extends BaseClientModuleImpl {
    /**
     * Check if the API is healthy and accessible
     */
    healthCheck(): Promise<boolean>;
    /**
     * Get API information (with fallback for official API)
     */
    getApiInfo(): Promise<any>;
}
//# sourceMappingURL=utility-client.d.ts.map