import type { Plugin } from "vite"; export declare const BUFFER_STUB_ID = "\0cfni:buffer-stub"; export declare function bufferStubPlugin(): Plugin;