import { Buffer } from './browser/index.ts'; declare const BrowserBuffer: typeof Buffer; declare const BrowserBufferPolyfill: () => void; export { BrowserBuffer as Buffer, BrowserBufferPolyfill as bufferPolyfill }; //# sourceMappingURL=index-browser.d.ts.map