export namespace queries { export { getProductSellingPlans }; export { getProductVariantSellingPlans }; export { getInventory }; export { getInventoryWithQuantity }; export { getLocalizedProduct }; export { getLocalizedVariant }; export { getMetafield }; export { getVariantMetafield }; } declare const getProductSellingPlans: string; declare const getProductVariantSellingPlans: string; declare const getInventory: string; declare const getInventoryWithQuantity: string; declare const getLocalizedProduct: string; declare const getLocalizedVariant: string; declare const getMetafield: string; declare const getVariantMetafield: string; export {}; //# sourceMappingURL=queries.d.ts.map