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