import type { VextFrontendAdapter } from "./types.js"; export declare function defineFrontendAdapter(adapter: T): T;