import { type Handler, type HandlerPlugin } from 'innet'; export declare function native(handler: Handler): HandlerPlugin;