import type { SocketLike } from './platform-types.js'; export { OPEN } from './platform-types.js'; export type { SocketLike } from './platform-types.js'; export declare function createWebSocket(url: string, _headers?: Record, protocols?: string | string[]): SocketLike; export declare function decodeBase64(base64: string): Uint8Array; export declare function readTextFile(_path: string): Promise; export declare function writeBinaryFile(_path: string, _data: Uint8Array): Promise; //# sourceMappingURL=platform.browser.d.ts.map