import { K as paths } from './utils-BPcZ5h8J.esm.js'; type PostLogsReq = paths["/logs"]["post"]["requestBody"]["content"]["application/json"]; interface SendLogConfig { apiKey: string; baseUrl?: string; } declare function sendLog(config: SendLogConfig, payload: PostLogsReq): Promise; declare const index_sendLog: typeof sendLog; declare namespace index { export { index_sendLog as sendLog, }; } export { index as i, sendLog as s };