import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class MIDHTTPEventLogger { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) logHTTPEvent(inputMessageSysId?: string): void }