import { SDKContractGenericResponse } from "../models/response";
import { HubContractFunctions, HubContractEventType } from "@aut-labs/abi-types";
import SDKBaseContract from "./base.contract";
export declare class MarketContract extends SDKBaseContract<HubContractFunctions, HubContractEventType> {
    getMarket(): Promise<SDKContractGenericResponse<string>>;
}
