import { Method } from 'axios'; import { APIMarket } from '../type'; export interface RestClientOptions { strict_param_validation?: boolean; baseUrl?: string; parse_exceptions?: boolean; } export declare function serializeParams(params: object | undefined, method: Method, strict_validation?: boolean): string; export declare const programKey = "tag"; export declare const programId = "159881cb7207BCDE"; export declare function isWsPong(response: any): boolean; export declare function getRestBaseUrl(market: APIMarket, restClientOptions: RestClientOptions): string;