import type { ApolloCache } from "@apollo/client"; type UnwrapScalarType = TScalarName extends `[${infer TName extends string}]` ? UnwrapScalarType : TScalarName & keyof ApolloCache.Scalars; /** * @internal * * @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time. */ export declare function unwrapScalarType(scalarType: TScalarName): UnwrapScalarType; export {}; //# sourceMappingURL=unwrapScalarType.d.cts.map