export declare const useProductList: (variables: import("../../queries/gqlTypes/ProductList").ProductListVariables) => { current: Promise> | null | undefined; data: import("../../queries/gqlTypes/ProductList").ProductList_products_edges_node[] | undefined; loading: boolean; next: () => Promise; pageInfo: import("../../fragments/gqlTypes/PageInfo").PageInfo | undefined; }; export declare const useProductDetails: (variables: import("../../queries/gqlTypes/ProductDetails").ProductDetailsVariables) => { current: Promise> | null | undefined; data: import("../../fragments/gqlTypes/ProductDetails").ProductDetails | undefined; loading: boolean; };