import { ServiceConfig } from "../types/general"; declare const /** */ startAnalyticsServer: (config: ServiceConfig) => Promise; export { startAnalyticsServer, };