/**
 * MarketBodyStructure class is responsible for
 * deserializing the response from the metadata
 * API to a market.
 */
export declare class MarketBodyStructure {
    id: number;
    name?: string;
    isSettleable?: boolean;
}
