export { init } from './init'; export { captureException } from './plugin/error'; export { sendAPILog } from './plugin/api'; export { setUserConfig } from './config'; declare const client: any; export { client };