import { LogLevel } from '@byted-apaas/reporter'; import { BizError } from '@byted-apaas/cli-core-sdk'; import { BizInfo } from '../helpers/getBizInfoFromError'; export declare function getMomentCost(): number; export declare function closeReporter(): void; export declare function reportPV(): void; export declare function reportLog(level: LogLevel, message: string, payload?: Record): void; export declare function reportEvent(name: string, payload?: Record): void; export declare function reportError(error: BizError, bizInfo?: BizInfo): void;