import { ProductOption } from '@repobit/dex-store'; export type optionContextType = Promise | undefined; export declare const optionContext: { __context__: optionContextType; };