///
/**
* @title: 获取 Tyro 资源
* @description:
* @param {Eftpos} type 类型
* @param {string} url 链接
* @return {*}
* @Author: hongbing.wang
* @Date: 2024-08-19 18:36
*/
export declare const useTyro: (params: {
url?: string;
version?: string;
}) => readonly [import("react").MutableRefObject, boolean];