export declare const constants: {
    hosts: {
        remote: string;
        local: string;
    };
    ports: {
        command: number;
        response: number;
        state: number;
        video: number;
    };
};
export default constants;
//# sourceMappingURL=constants.d.ts.map