import type { NativeMethod } from "./types.js"; export declare function wrap_enhance_callback(callback: NativeMethod | undefined): NativeMethod | undefined;