import { PartialMarketItemResponse } from "../../market/utils/types";
import { ApiState } from "./selectorUtils";
export declare const selectMarketByCurrency: (state: ApiState, currencyId: string) => PartialMarketItemResponse | undefined;
//# sourceMappingURL=marketSelectors.d.ts.map