import { Broadcastable } from './types/main.js';
export declare function dataToString(data: Broadcastable): string;
