import type { ProxifiedModule } from 'magicast'; export declare function instrumentServerEntry(serverEntryPath: string, useInstrumentationAPI?: boolean): Promise; export declare function instrumentHandleRequest(originalEntryServerMod: ProxifiedModule): void; export declare function instrumentHandleError(originalEntryServerMod: ProxifiedModule): void;