declare const ensurePriceFeed: (makerAssetSymbol: any, takerAssetSymbol: any, environment: any) => Promise<void>;
export { ensurePriceFeed };
