import type { HKT } from "@apollo/client/utilities"; import type { ApplyHKT } from "./ApplyHKT.js"; /** * @internal * * @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time. */ export type ApplyHKTImplementationWithDefault, arg1, arg2 = never, arg3 = never, arg4 = never> = ApplyHKT; //# sourceMappingURL=ApplyHKTImplementationWithDefault.d.ts.map