import { FoxpageReporter } from '@foxpage/foxpage-types';
export declare const initReporter: (_reporter?: FoxpageReporter) => void;
export declare const getReporter: () => FoxpageReporter | undefined;
