import { Client } from "./Client"; export type excuteFn = (ctx: Client['ctx'] & { params?: any; abortSignal?: AbortSignal; throwIfAborted?: () => void; }) => Promise;