import { CoralogixInternalEvent } from './instrumentations/CoralogixInternalInstrumentation';
export declare const reportInternalEvent: (event: CoralogixInternalEvent, message?: string) => void;
