export type RpcMiddleware = (options: { context: Context; next: () => Promise; }) => Promise;