import { IConfig } from '../type/index'; /** * ---- 首屏时间 ---- * @returns score { number } */ export declare const initListenFCP: (config: IConfig) => void; /** * ---- 获取 Performance 性能数据 ---- * @param config * @returns */ export declare const getPerformance: (config: IConfig) => any;