export declare const http: { client: (method: string, path: string, body?: unknown, correlationId?: string) => Promise; init: (apiKey: string, baseUrl?: string) => void; };