export declare const getConfigOnce: (...args: any[]) => Promise; export declare const getLibConfigOnce: (...args: any[]) => Promise; export declare const openTarget: (url: string, target: string, bridgeToPage: any) => void; /** * 格式化数值8 * @param {*} count * @param {*} digit 上限位数 * @returns */ export declare function formatCount(count: any, digit: any): any; export declare function formatUVCount(count: any): any; export declare function formatLikesCount(count: any): any;