import { initType } from './common';
declare function performanceInitFn(obj: initType): void;
export default performanceInitFn;
