import { Exchange } from '../enums';
export declare function asExchange(market: string): Exchange;
