import type { VextInternalHooks } from "../types/hooks.js"; export declare function wrapServiceInstance(hooks: VextInternalHooks, service: string, instance: T): T;