variable serviceimport { service } from "https://deno.land/x/typed_rpc@v3.0.0/src/test/service.ts"; type{ hello(name: string); greet(hello: string, name?); sorry(name: string): string; echoHeader(name: string): string | string[] | undefined; }