import { InitProps } from './types'; declare const init: ({ method, url, webStorage, helpImprove, usage, platform }: InitProps) => void; export { init };