import { Instance } from 'simple-peer'; export declare function send(pc: Instance, command: string, data?: string | ArrayBuffer | null): Promise;