import { AsyncOrSync } from "../async-or-sync"; export type AsyncOrSyncType = AsyncOrSyncType extends AsyncOrSync ? Type : never;