export interface MarketOptions {
    additionalHeaders?: Record<string, string>;
    httpProxy?: string | null;
    socksProxy?: string | null;
}
