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.node.d.ts.map