import Analytics from './analytics'; export declare type Developer = { analytics: Analytics; }; export { Analytics };