import type { ProxifiedModule } from 'magicast';
export declare function instrumentHandleError(originalEntryServerMod: ProxifiedModule<any>, serverEntryFilename: string): boolean;
