/// import { ElasticPathCredentials, ElasticPathProvider } from "./provider"; export type { ElasticPathProvider }; export declare const useCommerce: () => import("@plasmicpkgs/commerce").CommerceContextValue; export declare const getCommerceProvider: (creds: ElasticPathCredentials, locale: string) => ({ children, ...props }: import("@plasmicpkgs/commerce").CommerceProviderProps) => import("react").JSX.Element;