import { ViscaCommand } from "./command";
export declare class ViscaTransport {
    uuid: string;
    write(s: ViscaCommand): void;
}
