/** * Meant to be used with GraphQL CodeGen to type the Storefront API's custom scalars correctly. * Reference for the GraphQL types: https://shopify.dev/docs/api/storefront/2026-04/scalars/HTML * Note: JSON is generated as 'unknown' by default. * @publicDocs */ export declare const storefrontApiCustomScalars: { DateTime: string; Decimal: string; HTML: string; URL: string; Color: string; UnsignedInt64: string; }; /** * Meant to be used with GraphQL CodeGen to type the Storefront API's custom scalars correctly. * Reference for the GraphQL types: https://shopify.dev/docs/api/customer/2026-04/scalars/HTML * Note: JSON is generated as 'unknown' by default. * @publicDocs */ export declare const customerAccountApiCustomScalars: { DateTime: string; Decimal: string; HTML: string; ISO8601DateTime: string; URL: string; UnsignedInt64: string; };