import type { Product } from '@repobit/dex-store'; export type productContextType = Product | null | undefined; export declare const productContext: { __context__: productContextType; };