/** * 判断协议是否可以使用 * @param schema - 协议地址 * @returns */ declare function canIUse(schema: string): boolean; export default canIUse;